Comment 5 for bug 68667

Revision history for this message
Daniel Holbach (dholbach) wrote :

From Scotts crash reports:
#0 0x000000000040cf56 in gam_inotify_remove_subscription (sub=0x7fff41a341b0) at gam_inotify.c:871
871 {
#0 0x000000000040cf56 in gam_inotify_remove_subscription (sub=0x7fff41a341b0) at gam_inotify.c:871
        path = 0x2b426932ecd0 "\020�\033iB+"
        data = (inotify_data_t *) 0x40cf4e
        __PRETTY_FUNCTION__ = "gam_inotify_remove_subscription"
#1 0x00000000005269e0 in ?? ()
No symbol table info available.

that's a dup of bug 63476.

From easytiger's backtrace:
--- stack trace ---
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
Core was generated by `/usr/lib/gamin/gam_server'.
Program terminated with signal 11, Segmentation fault.
#0 0x0805462d in gam_inotify_remove_subscription (sub=0x805e350) at gam_inotify.c:873
873 inotify_data_t *data = g_hash_table_lookup (path_hash, path);
#0 0x0805462d in gam_inotify_remove_subscription (sub=0x805e350) at gam_inotify.c:873
        path = 0x8063018 "/net/dyson/store/.Trash-gerry"
        data = (inotify_data_t *) 0x0
        __PRETTY_FUNCTION__ = "gam_inotify_remove_subscription"
#1 0x0804bb07 in gam_kernel_remove_subscription (sub=0x805e350) at gam_server.c:445
No locals.

Dup of bug 63476 too.

From Christian's backtrace:
#0 0x0805462d in gam_inotify_remove_subscription (sub=0x8063428) at gam_inotify.c:873
873 inotify_data_t *data = g_hash_table_lookup (path_hash, path);
#0 0x0805462d in gam_inotify_remove_subscription (sub=0x8063428) at gam_inotify.c:873
        path = 0x8062e38 "/net/roke/home/public/.Trash-c"
        data = (inotify_data_t *) 0x0
        __PRETTY_FUNCTION__ = "gam_inotify_remove_subscription"
#1 0x0804bb07 in gam_kernel_remove_subscription (sub=0x8063428) at gam_server.c:445
No locals.

Marking bug as dup.