Date: Fri, 17 Feb 2023 18:33:45 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 269620] sysutils/brasero: scsi-cam.c:173:brasero_device_handle_open: assertion failed: (path != NULL) Message-ID: <bug-269620-7788-RFFdG01UXc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-269620-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-269620-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269620 --- Comment #4 from Paul Dufresne <dufresnep@zoho.com> --- With: paul@dufresnep:~ $ cat /etc/make.conf=20 WITH_DEBUG=3DYES DEBUG_FLAGS=3D -g -O0 paul@dufresnep:~ $=20 I got: (gdb) run Starting program: /usr/ports/sysutils/brasero/work/stage/usr/local/bin/bras= ero=20 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 != =3D NULL) Bail out! ERROR:scsi-cam.c:173:brasero_device_handle_open: assertion failed: (path !=3D 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=3D1, argv=3D0x7fffffffe8b0) at main.c:= 119 (gdb)=20 It still feels incomplete to me... not sure what to add/to with this. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269620-7788-RFFdG01UXc>