[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 Ss+  13:41   0:00
/usr/bin/qemu-arm-static /bin/login -- james

so it's waiting in a system call. cat /proc/617/syscall then gives

44 0x4 0x7fb26bfcede8 0x61 0x4000 0x0 0x0 0x7fff4d2f6560 0x600f462d

but I don't understand that output since Linux doesn't seem to have a
system call numbered 44. I've tried this a few times and get the same
result except that the 0x7f* parts are different, presumably the process
memory layout is different. The 0x600f462d part stays fixed though.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1183429

Title:
  Hang on login after booting armhf container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1183429/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 appears to have some sort of
signal handler and just exits with error code 1, giving no error
message. The behaviour in Mediawiki was similar - I couldn't find a log
message anywhere indicating what was wrong.

Anyway, on a fresh install of Maverick 64-bit with php5 and postgres
installed, the following program (run as postgres user or with valid
login details put in):

?
$c = pg_connect();
print(hello\n);
pg_last_error($c);
print(world\n);
?

Exits on the line where pg_last_error is called. Valgrind output is
attached. I've currently fixed this by rebuilding the php package
without patch php52389-pgsql-segfault.patch, so this is probably related
to #607646.

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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 member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
rebuilt the package without this patch (php52389-pgsql-segfault.patch)
and everything works fine again. Can I suggest reverting the patch until
a test case for the original bug exists?

-- 
Segmentation fault in PHP5 with pgsql module
https://bugs.launchpad.net/bugs/607646
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs