I've encountered a segfault when viewing files with attachments in webcit,
when webcit attempts to grab the icon 

HTTP: GET /display_mime_icon?type=application/msword HTTP/1.1

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1220088944 (LWP 16463)]
0xb7f19e73 in hashlittle (key=0x3d6c0c8a, length=1886279028, initval=9283457)
    at lib/lookup3.c:301
301          c += k[2];
 

#0  0xb7f19e73 in hashlittle (key=0x3d6c0c8a, length=1886279028, 
    initval=9283457) at lib/lookup3.c:301
#1  0xb7f197eb in GetHash (Hash=0x8157c00, 
    HKey=0x8191470 "application/msword", HKLen=1886413056, Data=0xb7460fa8)
    at lib/hash.c:327
#2  0xb7f155b1 in GetIconFilename (MimeType=0x8191470 "application/msword", 
    len=1886413056) at lib/mime_parser.c:850
#3  0x08098665 in display_mime_icon () at downloads.c:163
#4  0x08052aed in session_loop (req=0x8188858) at webcit.c:1675
#5  0x0804e8c6 in context_loop (sock=7) at context_loop.c:505
#6  0x0804c2b9 in worker_entry () at webserver.c:1031
#7  0xb7eff46b in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8  0xb7e836de in clone () from /lib/tls/i686/cmov/libc.so.6

System is Ubuntu Gutsy, so it should be in the clear as far as shared-mime,
icons etc.

Reply via email to