Comment 30 for bug 263014

Revision history for this message
In , Sunil-synovel (sunil-synovel) wrote :

Created attachment 355004
Patch covering more cases on the lines of the one checked in

I built Spicebird for Fedora 10 and encountered this crash even with the fix checked in above. A quick grep indicated that some cases may not have been covered by the checked-in patch (although some of the patches in this bug seem to touch upon them). So, I made a patch a long the lines of the checked in patch that covers others cases also (esp. the one in sqlite module).

The stack trace for the crash I encountered in f10 is as follows:

#0 0x0000003281632ed5 in raise () from /lib64/libc.so.6
#1 0x0000003281634a43 in abort () from /lib64/libc.so.6
#2 0x0000003281672408 in __libc_message () from /lib64/libc.so.6
#3 0x00000032816ff497 in __fortify_fail () from /lib64/libc.so.6
#4 0x00000032816fd340 in __chk_fail () from /lib64/libc.so.6
#5 0x00000032816fd9fb in __realpath_chk () from /lib64/libc.so.6
#6 0x000000000043d8a6 in sqlite3_bind_null ()
#7 0x000000000043cc5f in sqlite3_bind_null ()
#8 0x000000328161e546 in __libc_start_main () from /lib64/libc.so.6
#9 0x000000000043cac9 in sqlite3_bind_null ()
#10 0x00007fffffffe0a8 in ?? ()
#11 0x000000000000001c in ?? ()
#12 0x0000000000000001 in ?? ()
#13 0x00007fffffffe3a3 in ?? ()
#14 0x0000000000000000 in ?? ()