FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Confirm PG-related segfault in current PHP version
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Confirm PG-related segfault in current PHP version [message #182798] Sat, 14 September 2013 00:12 Go to previous message
Fiver is currently offline  Fiver
Messages: 35
Registered: July 2013
Karma:
Member
If anybody here is running an *up-to-date* version of PHP, and has
access to a PostgreSQL database, could you please check if this results
in a segfault for you?

$conn = pg_connect("dbname=postgres user=temp");
pg_trace("_trace.log", "w", $conn);
pg_query($conn, "SELECT 1 FROM xxx");
//pg_untrace($conn); // <-- untrace prevents segfault
echo "still alive\n";

The database and query don't matter, as long as you can connect and the
pg_query() statement does not succeed.

I strongly suspect (from previous experience with several segfaults in
the pg module over the years) that this bug is still present in the
master branch, but I can't report it because I'm running PHP 5.4.9.

Compiling and configuring PHP with the necessary dependencies to
reproduce this bug is a major PITA, I don't have time for this. If I can
get confirmation that this is still an issue, I'll report it, otherwise
hopefully somebody else will discover and report it in the future.

regards,
5er
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Trouble-shooting a script that doesn't retuen HTML
Next Topic: problem with many buttons
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 07:00:59 GMT 2024

Total time taken to generate the page: 0.04572 seconds