I installed debuginfo packages now and attached gdb to udisksd, I get the 
following backtrace:
Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7fa21ffff700 (LWP 2865)]
0x00007fa230cae849 in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x00007fa230cae849 in raise () from /lib64/libc.so.6
#1  0x00007fa230cafcd8 in abort () from /lib64/libc.so.6
#2  0x00007fa231297f0d in ?? () from /usr/lib64/libglib-2.0.so.0
#3  0x00007fa2312b52f7 in g_assertion_message ()
   from /usr/lib64/libglib-2.0.so.0
#4  0x00007fa2312b535a in g_assertion_message_expr ()
   from /usr/lib64/libglib-2.0.so.0
#5  0x000000000041fc05 in probe_fs_type_prior_to_mount (error=0x7fa21fffe778, 
    block=0x2510220) at udiskslinuxfilesystem.c:623
#6  calculate_fs_type (error=0x7fa21fffe778, given_options=0x25bb4d0, 
    block=<optimized out>) at udiskslinuxfilesystem.c:746
#7  handle_mount (filesystem=0x25102b0, invocation=0x7fa2240031c0, 
    options=0x25bb4d0) at udiskslinuxfilesystem.c:1448
...

So it seems to assert in udiskslinuxfilesystem.c:623, which is:
gassert (block == NULL);

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1313874

Title:
  fstab-based mounts not done as calling user

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/1313874/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to