Re: [systemd-devel] [PATCH] crash on suspend/resume ...

2014-02-11 Thread Cristian Rodríguez
El 11/02/14 13:16, Zbigniew Jędrzejewski-Szmek escribió: On Tue, Feb 11, 2014 at 03:57:36PM +, Michael Meeks wrote: (gdb) down #4 __strnlen_sse2 () at ../sysdeps/i386/i686/multiarch/strlen-sse2.S:125 125 pcmpeqb (%eax), %xmm0 an inlined strlen. All of the inter

Re: [systemd-devel] [PATCH] crash on suspend/resume ...

2014-02-11 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 11, 2014 at 03:57:36PM +, Michael Meeks wrote: > (gdb) down > #4 __strnlen_sse2 () > at ../sysdeps/i386/i686/multiarch/strlen-sse2.S:125 > 125 pcmpeqb (%eax), %xmm0 > > an inlined strlen. > > All of the interesting process_string_arg variables are 'optimized

Re: [systemd-devel] [PATCH] crash on suspend/resume ...

2014-02-11 Thread Michael Meeks
On Tue, 2014-02-11 at 16:11 +0100, Zbigniew Jędrzejewski-Szmek wrote: > Printing of the three arguments is supposed to be conditional on the > same condtion (object != NULL). Anyway, in your backtrace: Fair enough =) > #9 log_do_header (header=header@entry=0xbfeef2ec > "PRIORITY=6\nSYSL

Re: [systemd-devel] [PATCH] crash on suspend/resume ...

2014-02-11 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 11, 2014 at 02:48:35PM +, Michael Meeks wrote: > Hi Lennart, > > Great to see you, albeit too briefly at FOSDEM; my first ever systemd > crash (on suspend/resume) after many moons of use turned out not to be a > vendor patch but a core issue (well at least the crash part ;-).

[systemd-devel] [PATCH] crash on suspend/resume ...

2014-02-11 Thread Michael Meeks
Hi Lennart, Great to see you, albeit too briefly at FOSDEM; my first ever systemd crash (on suspend/resume) after many moons of use turned out not to be a vendor patch but a core issue (well at least the crash part ;-). https://bugzilla.novell.com/show_bug.cgi?id=861488 H