[Bug 269620] sysutils/brasero: scsi-cam.c:173:brasero_device_handle_open: assertion failed: (path != NULL)
Date: Fri, 17 Feb 2023 18:42:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269620 --- Comment #5 from Paul Dufresne <dufresnep@zoho.com> --- Sorry... had brasero installed, and it was using the installed by pkg. I "pkg remove brasero" ... did make install... and now: (gdb) run Starting program: /usr/local/bin/brasero warning: Could not load shared library symbols for [vdso]. Do you need "set solib-search-path" or "set sysroot"? [New LWP 103513 of process 40716] [New LWP 103514 of process 40716] [New LWP 103515 of process 40716] ** ERROR:scsi-cam.c:173:brasero_device_handle_open: assertion failed: (path != NULL) Bail out! ERROR:scsi-cam.c:173:brasero_device_handle_open: assertion failed: (path != NULL) Thread 1 received signal SIGABRT, Aborted. Sent by thr_kill() from pid 40716 and user 1001. 0x0000000801c80bba in thr_kill () from /lib/libc.so.7 (gdb) bt #0 0x0000000801c80bba in thr_kill () at /lib/libc.so.7 #1 0x0000000801bf9644 in raise () at /lib/libc.so.7 #2 0x0000000801caa9b9 in abort () at /lib/libc.so.7 #3 0x0000000801ad9ab6 in () at /usr/local/lib/libglib-2.0.so.0 #4 0x0000000801ad9b1e in g_assertion_message_expr () at /usr/local/lib/libglib-2.0.so.0 #5 0x00000008002e798d in brasero_device_handle_open (path=0x0, exclusive=0, code=0x7fffffffe584) at scsi-cam.c:173 #6 0x00000008002cfea6 in brasero_medium_monitor_is_drive (monitor=0x803846aa0, device=0x0) at brasero-medium-monitor.c:377 #7 0x00000008002cfd81 in brasero_medium_monitor_drive_new (self=0x803846aa0, device=0x0, gdrive=0x80375cd00) at brasero-medium-monitor.c:397 #8 0x00000008002cf482 in brasero_medium_monitor_init (object=0x803846aa0) at brasero-medium-monitor.c:668 #9 0x00000008019b8a24 in g_type_create_instance () at /usr/local/lib/libgobject-2.0.so.0 #10 0x00000008019a2dd3 in () at /usr/local/lib/libgobject-2.0.so.0 #11 0x00000008019a2294 in g_object_new () at /usr/local/lib/libgobject-2.0.so.0 #12 0x00000008002cf345 in brasero_medium_monitor_get_default () at brasero-medium-monitor.c:864 #13 0x00000008002ce755 in brasero_media_library_start () at brasero-media.c:558 #14 0x0000000800335153 in brasero_burn_library_start (argc=0x7fffffffe8c4, argv=0x7fffffffe8b8) at burn-basics.c:263 #15 0x000000000022aca6 in main (argc=1, argv=0x7fffffffe930) at main.c:119 (gdb) which seems to be what I was expecting. -- You are receiving this mail because: You are the assignee for the bug.