Re: segmentation on reply
Thanks David:
Program received signal SIGSEGV, Segmentation fault.
0x0809fa4e in ci_send_message (flags=1, msg=0x83b8028, tempfile=0x0,
ctx=0x8364280, cur=0x8374ec8) at send.c:1246
1246 send.c: No such file or directory.
in send.c
(gdb) bt
#0 0x0809fa4e in ci_send_message (flags=1, msg=0x83b8028, tempfile=0x0,
ctx=0x8364280, cur=0x8374ec8) at send.c:1246
#1 0x08065401 in mutt_index_menu () at curs_main.c:2351
#2 0x0807bbaf in main (argc=1, argv=0xbffff894, env=0x0) at main.c:977
(gdb)
David Yitzchak Cohen said:
>
> Great, it sounds like you have a reproducible problem! Why don't you run
> the thing under gdb and see what you can find out about where it's dying?
> If you can send a backtrace (gdb command "bt" after you get the SIGSEGV),
> it may hint at the underlying problem.
>
--
Eric Smith