Shailendra Jain wrote: > While running Mozilla Firefox 3 on AIX platform, the application crashed > with below stacktrace information.
There were some problems on AIX when you compiled sqlite with IBM's native xlc compiler. See for example ticket 3344 http://www.sqlite.org/cvstrac/tktview?tn=3344 Possible solutions might be - upgrade to a more recent sqlite version (at least 3.6.2) - compile with xlc but without optimisation - compile with gcc HTH, Christian _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

