Subject: | PopFile cores in DBD-SQLite, Solaris-9, Sparc, perl 5.8.3 |
SunOS solabel10 5.9 Generic_112233-03 sun4u sparc SUNW,Ultra-5_10
gcc version 3.3
This is perl, v5.8.3 built for sun4-solaris
DBD-SQLite-0.31
popfile-0.21.1 (cross-platform)
Starting up PopFile, I get a core dump
POPFile Engine loading
Loading...
{core: config logger mq}
{classifier: bayes wordmangle}
{interface: html}
{proxy: pop3}
POPFile Engine v0.21.1 starting
Initializing...
{core: mq config logger}
{interface: html}
{classifier: wordmangle bayes}
{proxy: pop3}
Starting...
{core: mq config logger}
{interface: html}
{classifier: wordmangleBus Error (core dumped)
Gdb backtrace indicates DBD-SQLite:
(gdb) bt
#0 0xfefc7300 in sumFinalize ()
from /usr/local/cluster/perl-5.8.3/lib/site_perl/5.8.3/sun4-solaris/auto/DBD/SQLite/SQLite.so
#1 0xfefe6c5c in sqliteVdbeExec ()
from /usr/local/cluster/perl-5.8.3/lib/site_perl/5.8.3/sun4-solaris/auto/DBD/SQLite/SQLite.so
#2 0xfefdf9ec in sqlite_step ()
from /usr/local/cluster/perl-5.8.3/lib/site_perl/5.8.3/sun4-solaris/auto/DBD/SQLite/SQLite.so
#3 0xfefbfec4 in _sqlite_fetch_row ()
from /usr/local/cluster/perl-5.8.3/lib/site_perl/5.8.3/sun4-solaris/auto/DBD/SQLite/SQLite.so
#4 0xfefc003c in sqlite_st_execute ()
from /usr/local/cluster/perl-5.8.3/lib/site_perl/5.8.3/sun4-solaris/auto/DBD/SQLite/SQLite.so
#5 0xfefac33c in XS_DBD__SQLite__st_execute ()
from /usr/local/cluster/perl-5.8.3/lib/site_perl/5.8.3/sun4-solaris/auto/DBD/SQLite/SQLite.so
#6 0xff0ed508 in XS_DBI_dispatch ()
from /usr/local/cluster/perl-5.8.3/lib/site_perl/5.8.3/sun4-solaris/auto/DBI/DBI.so
#7 0x89a40 in Perl_pp_entersub ()
#8 0x81894 in Perl_runops_standard ()
#9 0x2838c in S_run_body ()
#10 0x27fa8 in perl_run ()
#11 0x24b94 in main ()
(gdb)
Suspect this is the same bug reported in bug 5464