Re: [exim] exim-4.88 segfault at -Mc <id>

Top Page
Delete this message
Reply to this message
Author: marcin@mejor.pl
Date:  
To: exim-users
Subject: Re: [exim] exim-4.88 segfault at -Mc <id>
W dniu 19.01.2017 o 15:05, marcin@??? pisze:
> Hi!
>
> I found coredump from exim, this is what gdb says:
>
>> warning: Could not load shared library symbols for linux-vdso.so.1.
>> Do you need "set solib-search-path" or "set sysroot"?
>> [Thread debugging using libthread_db enabled]
>> Using host libthread_db library "/lib64/libthread_db.so.1".
>> Core was generated by `/usr/sbin/exim -Mc 1cTVeR-0004o0-Iv'.
>> Program terminated with signal SIGSEGV, Segmentation fault.
>> #0  0x000056488f6bdb42 in store_reset_3 (ptr=0x5648918d8b48, filename=0x56488f71c70a "tree.c", linenumber=35) at store.c:327
>> 327     {
>> (gdb) bt
>> #0  0x000056488f6bdb42 in store_reset_3 (ptr=0x5648918d8b48, filename=0x56488f71c70a "tree.c", linenumber=35) at store.c:327
>> #1  0x0000000000000000 in ?? ()

>
>> (gdb) bt full
>> #0  0x000056488f6bdb42 in store_reset_3 (ptr=0x5648918d8b48, filename=0x56488f71c70a "tree.c", linenumber=35) at store.c:327
>>         bb = <optimized out>
>>         b = <optimized out>
>>         bc = <optimized out>
>>         newlength = <optimized out>
>> #1  0x0000000000000000 in ?? ()
>> No symbol table info available.

>


Hi!
A couple more coredumps:
> Core was generated by `/usr/sbin/exim -Mc 1cagw7-0000dJ-EW'.
> Program terminated with signal SIGSEGV, Segmentation fault.
> #0  0x000055808491882b in store_get_3 (size=59, filename=0x55808497770a "tree.c", linenumber=32) at store.c:130
> 130     {
> (gdb) #0  0x000055808491882b in store_get_3 (size=59, filename=0x55808497770a "tree.c", linenumber=32) at store.c:130
> #1  0x0000000000000000 in ?? ()
> (gdb) quit



They all are contain "store_get_3" or "store_reset_3".
Marcin