0.12.1 with gdb

Clint Adams schizo at debian.org
Sat Apr 26 21:40:09 CEST 2003


/usr/bin/make  check-TESTS
make[5]: Entering directory `/tmp/buildd/bogofilter-0.12.1/src/tests'
PASS: t.env
./t.ignore_spam_header: line 26: 21110 Bus error               (core dumped) $VAL ${relpath}/bogofilter -p -e -C <$TMPDIR/input >$TMPDIR/output1
>>> Using core file "./core".
Cannot access memory at address 0x15650
>>> Using exec file "../bogofilter".
>>> Running command: gdb -nw -r -batch -n -x script.gdb.21111 -silent ../bogofilter ./core </dev/null
Core was generated by `../bogofilter -p -e -C'.
Program terminated with signal 10, Bus error.
#0  wordprop_init (vwordprop=0x73654) at collect.c:24
24          wordprop->prob = 0;
<<< SIMPLE BACKTRACE <<<
#0  wordprop_init (vwordprop=0x73654) at collect.c:24
#1  0x0001d930 in wordhash_insert (h=0x4a1f8, t=0x6b908, n=24, initializer=0x425f6 <__JCR_LIST__+454>) at wordhash.c:195
#2  0x0001577c in collect_words (wh=0x4a1f8) at collect.c:65
#3  0x00011be0 in bogofilter (xss=0xfaf01690) at bogofilter.c:67
#4  0x00011ea4 in classify (argc=4, argv=0xfaf00400, out=0x4030eac8) at main.c:144
#5  0x00011fc8 in main (argc=4, argv=0xfaf00400) at main.c:179
<<< FULL BACKTRACE <<<
#0  wordprop_init (vwordprop=0x73654) at collect.c:24
No locals.
#1  0x0001d930 in wordhash_insert (h=0x4a1f8, t=0x6b908, n=24, initializer=0x425f6 <__JCR_LIST__+454>) at wordhash.c:195
        p = (hashnode_t *) 0x6b928
        idx = 472660
#2  0x0001577c in collect_words (wh=0x4a1f8) at collect.c:65
        token = (word_t *) 0x6b908
        class = TOKEN
        w = (wordprop_t *) 0x73638
#3  0x00011be0 in bogofilter (xss=0xfaf01690) at bogofilter.c:67
        status = 259512
        spamicity = 4.3796619766583496e-314
        wordhash = (wordhash_t *) 0x4a1f8
        msgcount = 1
        token_type = NONE
#4  0x00011ea4 in classify (argc=4, argv=0xfaf00400, out=0x4030eac8) at main.c:144
        exitcode = 0
        done = false
        error = false
        spamicity = script.gdb.21111:6: Error in sourced command file:
Cannot access memory at address 0xffffff90
>>> Done.
FAIL: t.ignore_spam_header
PASS: t.integrity
./t.integrity2: line 29: 21167 Bus error               (core dumped) $VAL ${relpath}/bogofilter -e -p -C <${TMPDIR}/input >${TMPDIR}/output
>>> Using core file "./core".
Cannot access memory at address 0x15650
>>> Using exec file "../bogofilter".
>>> Running command: gdb -nw -r -batch -n -x script.gdb.21168 -silent ../bogofilter ./core </dev/null
Core was generated by `../bogofilter -e -p -C'.
Program terminated with signal 10, Bus error.
#0  wordprop_init (vwordprop=0x73654) at collect.c:24
24          wordprop->prob = 0;
<<< SIMPLE BACKTRACE <<<
#0  wordprop_init (vwordprop=0x73654) at collect.c:24
#1  0x0001d930 in wordhash_insert (h=0x4a1f8, t=0x6b908, n=24, initializer=0x425f6 <__JCR_LIST__+454>) at wordhash.c:195
#2  0x0001577c in collect_words (wh=0x4a1f8) at collect.c:65
#3  0x00011be0 in bogofilter (xss=0xfaf01690) at bogofilter.c:67
#4  0x00011ea4 in classify (argc=4, argv=0xfaf00400, out=0x4030eac8) at main.c:144
#5  0x00011fc8 in main (argc=4, argv=0xfaf00400) at main.c:179
<<< FULL BACKTRACE <<<
#0  wordprop_init (vwordprop=0x73654) at collect.c:24
No locals.
#1  0x0001d930 in wordhash_insert (h=0x4a1f8, t=0x6b908, n=24, initializer=0x425f6 <__JCR_LIST__+454>) at wordhash.c:195
        p = (hashnode_t *) 0x6b928
        idx = 472660
#2  0x0001577c in collect_words (wh=0x4a1f8) at collect.c:65
        token = (word_t *) 0x6b908
        class = TOKEN
        w = (wordprop_t *) 0x73638
#3  0x00011be0 in bogofilter (xss=0xfaf01690) at bogofilter.c:67
        status = 259512
        spamicity = 4.3796619766583496e-314
        wordhash = (wordhash_t *) 0x4a1f8
        msgcount = 1
        token_type = NONE
#4  0x00011ea4 in classify (argc=4, argv=0xfaf00400, out=0x4030eac8) at main.c:144
        exitcode = 0
        done = false
        error = false
        spamicity = script.gdb.21168:6: Error in sourced command file:
Cannot access memory at address 0xffffff90
>>> Done.
FAIL: t.integrity2
PASS: t.integrity3
PASS: t.lexer
./t._abort: line 6: 21254 Aborted                 (core dumped) ( ./abortme )
>>> Using core file "./core".
Cannot access memory at address 0x40273c34
>>> Using exec file "./abortme".
>>> Running command: gdb -nw -r -batch -n -x script.gdb.21255 -silent ./abortme ./core </dev/null
Core was generated by `./abortme'.
Program terminated with signal 6, Aborted.
#0  0x40273c34 in getpid () from /lib/libc.so.6
<<< SIMPLE BACKTRACE <<<
#0  0x40273c34 in getpid () from /lib/libc.so.6
#1  0x401f6558 in abort () from /lib/libc.so.6
#2  0x4030c5c4 in __fpu_control () from /lib/libc.so.6
<<< FULL BACKTRACE <<<
#0  0x40273c34 in getpid () from /lib/libc.so.6
No symbol table info available.
#1  0x401f6558 in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x4030c5c4 in __fpu_control () from /lib/libc.so.6
No symbol table info available.
>>> Done.
PASS: t.abort
PASS: t.lock1
./t.lock2: line 35: 21325 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21324 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21340 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21315 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21332 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21316 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21330 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21341 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21343 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21331 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21344 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21337 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21338 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21342 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21328 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
./t.lock2: line 35: 21339 Bus error               (core dumped) ${relpath}/bogofilter -n -d $TMPDIR -c $CONFIG <$TMPDIR/inp 2>>$TMPDIR/log
>>> Using core file "./core".
Cannot access memory at address 0x15650
>>> Using exec file "../bogofilter".
>>> Running command: gdb -nw -r -batch -n -x script.gdb.21346 -silent ../bogofilter ./core </dev/null
Core was generated by `../bogofilter -n -d ./checks.21299.20030426T193451 -c ./checks.21299.20030426T1'.
Program terminated with signal 10, Bus error.
#0  wordprop_init (vwordprop=0x90b54) at collect.c:24
24          wordprop->prob = 0;
<<< SIMPLE BACKTRACE <<<
#0  wordprop_init (vwordprop=0x90b54) at collect.c:24
#1  0x0001d930 in wordhash_insert (h=0x6b930, t=0x4a250, n=24, initializer=0x425f6 <__JCR_LIST__+454>) at wordhash.c:195
#2  0x0001577c in collect_words (wh=0x6b930) at collect.c:65
#3  0x0001bbf8 in register_messages (_run_type=REG_GOOD) at register.c:144
#4  0x00011fcc in main (argc=6, argv=0xfaf00448) at main.c:179
<<< FULL BACKTRACE <<<
#0  wordprop_init (vwordprop=0x90b54) at collect.c:24
No locals.
#1  0x0001d930 in wordhash_insert (h=0x6b930, t=0x4a250, n=24, initializer=0x425f6 <__JCR_LIST__+454>) at wordhash.c:195
        p = (hashnode_t *) 0x88e28
        idx = 592724
#2  0x0001577c in collect_words (wh=0x6b930) at collect.c:65
        token = (word_t *) 0x4a250
        class = TOKEN
        w = (wordprop_t *) 0x90b38
#3  0x0001bbf8 in register_messages (_run_type=REG_GOOD) at register.c:144
        words = (wordhash_t *) 0x4a220
        msgcount = 1
        token_type = MSG_COUNT_LINE
#4  0x00011fcc in main (argc=6, argv=0xfaf00448) at main.c:179
        exitcode = 0
        out = (FILE *) 0x0
>>> Done.
FAIL: t.lock2
PASS: t.nullstatsprefix
PASS: t.score1
PASS: t.score2
====================
3 of 12 tests failed
====================
make[5]: *** [check-TESTS] Error 1
make[5]: Leaving directory `/tmp/buildd/bogofilter-0.12.1/src/tests'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/tmp/buildd/bogofilter-0.12.1/src/tests'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/bogofilter-0.12.1/src/tests'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/bogofilter-0.12.1/src'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/tmp/buildd/bogofilter-0.12.1'
make: *** [check] Error 2




More information about the bogofilter-dev mailing list