[Bug 1183429] Re: Hang on login after booting armhf container

2013-11-11 Thread JamesL
I think I'm having a closely related problem: I can successfully log in, but if I then try to log in on another virtual terminal it hangs (sometimes running sudo commands will also hang). Running 'ps aux' with the working login reveals the following root 617 2.2 0.1 4137736 5424 lxc/tty1

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-15 Thread JamesL
Yep, the proposed package has no problems for me (x84-64, either a clean virtual machine install or my laptop). -- php5-pgsql crash on getting an error back from postgres https://bugs.launchpad.net/bugs/660227 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 659554] [NEW] pgsql module causes php to crash when calling pg_last_error

2010-10-12 Thread JamesL
Public bug reported: Binary package hint: php5 My Mediawiki install stopped working on upgrade to Maverick. I eventually tracked this to the function pg_last_error in PHP. Calling this function with a valid connection causes php to silently die. Using GDB on php doesn't do any good, since php

[Bug 659554] Re: pgsql module causes php to crash when calling pg_last_error

2010-10-12 Thread JamesL
** Attachment added: Valgrind output https://bugs.launchpad.net/ubuntu/+source/php5/+bug/659554/+attachment/1689684/+files/test.log -- pgsql module causes php to crash when calling pg_last_error https://bugs.launchpad.net/bugs/659554 You received this bug notification because you are a

[Bug 607646] Re: Segmentation fault in PHP5 with pgsql module

2010-10-11 Thread JamesL
I just upgraded to Maverick this morning and this patch has broken pgsql quite badly. The following code now causes PHP to silently die (with valid connection details): $conn = pg_connect($details); pg_last_error($conn); This caused my MediaWiki installation to suddenly stop working. I've