GNOME Bugzilla – Bug 627288
Segmentation fault on fedora 13
Last modified: 2010-10-26 23:13:06 UTC
It happen after creating new project. Affected version: 2.30.0.1/ TRUNK (anjuta:15365): GLib-GObject-CRITICAL **: g_value_get_int: assertion `G_VALUE_HOLDS_INT (value)' failed (anjuta:15365): libanjuta-symbol-db-WARNING **: No version of db detected. This can produce many errors. (anjuta:15365): libanjuta-symbol-db-WARNING **: Error while trying to open a shared memory file. Besure to have /dev/shm mounted with tmpfs (anjuta:15365): libanjuta-symbol-db-WARNING **: Error while trying to open a shared memory file. Besure to have /dev/shm mounted with tmpfs Segmentation fault (core dumped) Backtrace: (gdb) backtrace
+ Trace 223288
shm_open (shared_temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) return Permission denided.
backtrace after shm_open
+ Trace 223291
(gdb) inspect priv->shared_mem_fd $2 = -1
hmm do you have /dev/shm/ activated? Can you write there?
there's a flag --with-symbol-db-shm=DIR Where shared memory is placed that you can use to specify the shm destination. But if you don't have permission there's some misconfiguration with fc13 maybe.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!