Hello,

I'm running this piece of software on 2 machines that are "equal".

SunOS brsassmm090 5.10 Generic_144488-11 sun4u sparc SUNW,Sun-Fire-V445

In on of them, everything runs ok, but in the other (production :S) i
get a core dump:

In mdb:

> ::status
debugging core file of ftma_pss_cache (64-bit) from brsassmm091
file: /appl/CMS/ftmadmin/CMS/FTM_ROOT_BIN/FTM/FTMa/bin/ftma_pss_cache
initial argv: ftma_pss_cache
threading model: multi-threaded
status: process terminated by SIGBUS (Bus Error)
> ::stack
sqlite3CreateIndex+0xc18(1003b29c8, 1003b3d60, 1003b3d80, 1003b0d68,
1002bd3f8, 2)
yy_reduce+0x26ec(1003b3ce0, 1003b3e20, 17, ffffffff7fffb820, 1c00, ff)
sqlite3Parser+0x12c(1003b3c88, 1, 100291083, 100000000, 1003b29c8, 1003b2c71)
sqlite3RunParser+0x28c(1003b29c8, 100291047, ffffffff7fffba48,
1002bd1bc, ffffffff7b700200, 6)
sqlite3Prepare+0x2d4(10039fd38, 100291047, ffffffffffffffff, 0, 0,
ffffffff7fffbd50)
sqlite3LockAndPrepare+0xb0(10039fd38, 100291047, ffffffffffffffff, 0,
0, ffffffff7fffbd50)
sqlite3_prepare+0x44(10039fd38, 100291047, ffffffffffffffff,
ffffffff7fffbd50, ffffffff7fffbd58, 0)
sqlite3_exec+0x124(10039fd38, 100290f69, 0, 0, ffffffff7fffefc8,
ffffffff7fffef4c)
main+0x448(1, ffffffff7ffff538, ffffffff7ffff548, ffffffff7db4bfc0,
ffffffff7b900100, ffffffff7b700200)
_start+0x17c(0, 0, 0, 0, 0, 0)


Sigbus would make me think that it could be a bug in sqlite3 related
to memory alignment, but if so, why would it behave differently in two
computers that are "equal" as far as i can tell?

If it were a bug, anyone has any ideas on configuration changes,
compilation parameters or other things i could try to make it work?
I'm almost freaking out :P

Thanks a lot in advance.

Alejandro
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to