On Wed, Jun 19, 2002 at 10:49:55AM +0000, Mikhael Goikhman wrote:
> Program terminated with signal 11, Segmentation fault.
> 
> #0  paint_menu (mr=0x80e2d38, pevent=0x80b8760, fw=0x0) at menus.c:4038
> 4038            int bw = MST_BORDER_WIDTH(mr);
[snip]

> (gdb) print mr->s->ms
> $1 = (MenuStyle *) 0x78696e75
> (gdb) print mr->s->ms->look
> Cannot access memory at address 0x78696e81
> (gdb) 

What about mr and mr->s?  Do they contain useful information?
Could you please post the output of

  (gdb) print *mr
  (gdb) print *(mr->s)
  (gdb) print *(mr->s->ms)

Can you remember anything you did around the time that the core
dump happened?  Modified any menus or menu styles or opened/closed
a tear-off menu?

Bye

Dominik ^_^  ^_^

-- 
Dominik Vogt, email: [EMAIL PROTECTED]
LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen
fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to