[pablo at debian.org: Re: Bug#166280: Bus errors on Sparc (Ultra5)]

Clint Adams schizo at debian.org
Sat Oct 26 02:09:57 CEST 2002


This is today's CVS on an Ultra 5 running Debian.

----- Forwarded message from Pablo Averbuj <pablo at debian.org> -----

The attachment is output of the following command:

$ strace -ff bogofilter -n < spam  > /tmp/bogofilter.strace 2>&1

The output of my gdb session is below. I hope this is what you
need.

(gdb) run -s < spam
Starting program: /usr/bin/bogofilter -s < spam

Program received signal SIGBUS, Bus error.
0x00010ff4 in wordprop_init (vwordprop=0x74f76) at bogofilter.c:79
79              wordprop->freq = 0;
(gdb) bt
#0  0x00010ff4 in wordprop_init (vwordprop=0x74f76) at bogofilter.c:79
#1  0x0001b458 in wordhash_insert (h=0x4bd38, s=0x69232 "list.smarthome.com", n=8, initializer=0x10fe0 <wordprop_init>)
    at wordhash.c:152
#2  0x00011080 in collect_words (fd=0, msg_count=0xeffff77c, word_count=0xeffff780) at bogofilter.c:99
#3  0x00011720 in register_messages (fdin=0, run_type=REG_SPAM) at bogofilter.c:234
#4  0x000137ec in main (argc=2, argv=0xeffff8e4) at main.c:288

(gdb) frame 0
#0  0x00010ff4 in wordprop_init (vwordprop=0x74f76) at bogofilter.c:79
79              wordprop->freq = 0;

(gdb) frame 1
#1  0x0001b458 in wordhash_insert (h=0x4bd38, s=0x69232 "list.smarthome.com", n=8, initializer=0x10fe0 <wordprop_init>)
    at wordhash.c:152
152               initializer(p->buf);

(gdb) frame 2
#2  0x00011080 in collect_words (fd=0, msg_count=0xeffff77c, word_count=0xeffff780) at bogofilter.c:99
99            w = wordhash_insert(h, yylval, sizeof(wordprop_t),
&wordprop_init);

Thanks, and let me know if you need anything else.
-Pablo





More information about the Bogofilter mailing list