Hi,

 While running Mozilla Firefox 3 on AIX platform, the application crashed with 
below stacktrace information. 

sqlite3_result_value() at 0x9000000077bb084
minMaxFinalize() 
sqlite3VdbememFinalize() 
sqlite3VdbeExec()
sqlite3Step()
ExecuteStep_19mozStorageStatementFPi()
Init_12nsNavHistoryEv()
getSingleton_12nsNavHitoryFv()
nsnavhistoryconstructor_fp11nsisupportsrc4nsid...@af15_1()
nsGenericFactory.CreateInstance()
GetService_22nsComponentManagerImpl()
NS_InvokedByIndex_P()
CallMethod_16XPCWrappedNative()
js_Invoke()
js_Interpret()
js_Invoke()
PrepareAndDispatch()
XRE_main()
main()

Note : The .mozconfig had the line -> ac_add_options --disable-debug

How to go about debugging this further ?  

I did see some debug options for sqlite3 such as SQLITE_DEBUG and 
SQLITE_MEMDEBUG. I tried setting these ( -DSQLITE_DEBUG=2 -DSQLITE_MEMDEBUG=1) 
in the makefile of mozilla/db/sqlite3/src with below line in .mozconfig.

ac_add_options --disable-debug

But I was not able to get any debug statements or tracefile generated.

Could you please advise how to go about the same ?

Thanks,
Shailendra

   

   


      
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to