[anjuta-list] Anjuta crashing when opening project



Hello,

I'm having trouble figuring out why anjuta is crashing when I try to
open a project, or create a new one by importing existing source.  I'm
running Gentoo, and I've tried rebuilding Anjuta and its dependencies.

If I start anjuta normally, it crashes like this:


*** START ***
curtis curtmania ~ $ anjuta

** (anjuta:10066): WARNING **: Can't find libsqlite3.so file.

(anjuta:10066): GLib-GObject-CRITICAL **: g_object_new: assertion
`G_TYPE_IS_OBJECT (object_type)' failed

(anjuta:10066): GLib-GObject-CRITICAL **: g_object_set_data: assertion
`G_IS_OBJECT (object)' failed

** (anjuta:10066): WARNING **: Can't find libsqlite3.so file.

(anjuta:10066): GLib-GObject-CRITICAL **: g_object_new: assertion
`G_TYPE_IS_OBJECT (object_type)' failed

** (anjuta:10066): WARNING **: Can't find libsqlite3.so file.

(anjuta:10066): GLib-GObject-CRITICAL **: g_object_new: assertion
`G_TYPE_IS_OBJECT (object_type)' failed

(anjuta:10066): GLib-GObject-CRITICAL **: g_object_set_data: assertion
`G_IS_OBJECT (object)' failed

(anjuta:10066): libanjuta-symbol-db-WARNING **: Could not open
connection to DB_DIR=/home/curtis/.cache/anjuta;DB_NAME=.anjuta_sym_db


libanjuta-symbol-db-ERROR **: Opening global project under
/home/curtis/.cache/anjuta
aborting...


*** END ***

I can't find anything linked against libsqlite3.so using ldd,
including the program binary or the plugin libraries..  I guess the
symbol-db plugin is using a dlopen() at runtime?

In any case, libsqlite3.so exists on my system:

[ebuild   R   ] dev-db/sqlite-3.7.2  USE="fts3 readline tcl threadsafe
-debug -doc -extensions -icu -secure-delete -soundex -test
-unlock-notify"


curtis curtmania ~/src $ ls -lah /usr/lib/libsqli*
-rw-r--r-- 1 root root 586K Sep 12 07:46 /usr/lib/libsqlite3.a
-rw-r--r-- 1 root root  943 Sep 12 07:46 /usr/lib/libsqlite3.la
lrwxrwxrwx 1 root root   19 Sep 12 07:46 /usr/lib/libsqlite3.so ->
libsqlite3.so.0.8.6
lrwxrwxrwx 1 root root   19 Sep 12 07:46 /usr/lib/libsqlite3.so.0 ->
libsqlite3.so.0.8.6
-rwxr-xr-x 1 root root 557K Sep 12 07:46 /usr/lib/libsqlite3.so.0.8.6


Can someone please give me a clue how to fix this?


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]