Alexander Nasonov wrote:
> (gdb) b opendisk1
> (gdb) run -p
> Starting program:
> /home/alnsn/netbsd-current/clean/src/sbin/cgdconfig/obj/cgdconfig -p
> 
> Breakpoint 1, 0x00007f7ff78111f6 in opendisk1 () from /lib/libutil.so.7
> (gdb) x/s $rdi
> 0x0:    <error: Cannot access memory at address 0x0>     # path=NULL

Adding (argc > 0) check before calling opendisk1 fixes the crash.

-- 
Alex

Reply via email to