[Bug 269620] sysutils/brasero: scsi-cam.c:173:brasero_device_handle_open: assertion failed: (path != NULL)

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 17 Feb 2023 18:33:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269620

--- Comment #4 from Paul Dufresne <dufresnep@zoho.com> ---
With:
paul@dufresnep:~ $ cat /etc/make.conf 
WITH_DEBUG=YES
DEBUG_FLAGS= -g -O0
paul@dufresnep:~ $ 

I got:
(gdb) run
Starting program: /usr/ports/sysutils/brasero/work/stage/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 103434 of process 40376]
[New LWP 103435 of process 40376]
[New LWP 103436 of process 40376]
**
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 40376 and user 1001.
0x0000000801c72bba in thr_kill () from /lib/libc.so.7
(gdb) bt
#0  0x0000000801c72bba in thr_kill () at /lib/libc.so.7
#1  0x0000000801beb644 in raise () at /lib/libc.so.7
#2  0x0000000801c9c9b9 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  0x00000008002de67e in  () at /usr/local/lib/libbrasero-media3.so.1
#6  0x00000008002ce2ff in  () at /usr/local/lib/libbrasero-media3.so.1
#7  0x00000008002cdc7f in  () at /usr/local/lib/libbrasero-media3.so.1
#8  0x00000008019b8a24 in g_type_create_instance ()
    at /usr/local/lib/libgobject-2.0.so.0
#9  0x00000008019a2dd3 in  () at /usr/local/lib/libgobject-2.0.so.0
#10 0x00000008019a2294 in g_object_new () at /usr/local/lib/libgobject-2.0.so.0
#11 0x00000008002cda30 in brasero_medium_monitor_get_default ()
    at /usr/local/lib/libbrasero-media3.so.1
#12 0x00000008002cd3b0 in brasero_media_library_start ()
    at /usr/local/lib/libbrasero-media3.so.1
#13 0x00000008003283db in brasero_burn_library_start ()
    at /usr/local/lib/libbrasero-burn3.so.1
#14 0x000000000022aca6 in main (argc=1, argv=0x7fffffffe8b0) at main.c:119
(gdb) 

It still feels incomplete to me... not sure what to add/to with this.

-- 
You are receiving this mail because:
You are the assignee for the bug.