#3961: Segmentation fault: 11
----------------------+---------------------
Reporter: eshad19 | Owner: brendan
Type: defect | Status: new
Priority: major | Milestone:
Component: IMAP | Version:
Resolution: | Keywords:
----------------------+---------------------
Comment (by kevin8t8):
It looks like '-g' was omitted from the compilation flags. Would you try
reconfiguring and compiling making sure that flag is added to CFLAGS:
{{{
% CFLAGS='-g' ./configure
% make
}}}
Make sure the resulting output of "mutt -v" contains "-g" inside the
"Compilation CFLAGS:" section.
Also, check to make sure the created mutt binary is not stripped. The
output of 'file ./mutt' should contain 'not stripped'.
Then, hopefully that will allow a backtrace at the point of crash.
Thank you.
--
Ticket URL: <https://dev.mutt.org/trac/ticket/3961#comment:9>
Mutt <http://www.mutt.org/>
The Mutt mail user agent