Also, it would surprize me if this is really correct: Thread 1 (process 6386): #0 0xb7785e09 in vfprintf () from /lib/tls/i686/cmov/libc.so.6 #1 0xb77a7b8c in vasprintf () from /lib/tls/i686/cmov/libc.so.6 [...]
Why would vasprintf() (that writes to an in-memory buffer) call vfprintf() (which writes to a stream)? The other way around could be reasonable but not this call order. It seems like the unwinder is unable to find its way through at least libc, probably libpthread as well. -- apport-retrace fails to retrace bug 94753 https://launchpad.net/bugs/95504 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
