|
From: Bart V. A. <bar...@gm...> - 2008-01-01 19:31:16
|
On Dec 23, 2007 11:27 PM, Julian Seward <js...@ac...> wrote: > > > #0 vgPlain_get_StackTrace2 (tid_if_known=<value optimized out>, > > ips=0x389113f0, n_ips=12, ip=0, sp=0, fp=0, lr=0, fp_min=0, > > fp_max_orig=0) at m_stacktrace.c:230 > > The stack unwinder is being started with ip, sp, fp, lr values > for the thread concerned of zero, which leads to the segfault. > Are you sure the thread for which you are getting a stack trace > has good values for those registers? The attached exp-drd patch fixes the aforementioned crash. Julian, can you please apply it ? Thanks, Bart. |