Re: sysutils/dvdisaster coredumps on FreeBSD/amd64 RELENG_9

2012-03-11 Thread Corey Halpin
That's excellent. Thank you, Carsten. I'll update the FreeBSD port to include your patch, and will be watching for the new upstream release. CPGhost: thank you for your work to track this down. ~crh On 2012-03-11, Carsten Gnörlich wrote: Hi C. P. and all, @Carsten: I hope you can pinp

Re: sysutils/dvdisaster coredumps on FreeBSD/amd64 RELENG_9

2012-03-11 Thread Carsten Gnörlich
Hi C. P. and all, @Carsten: I hope you can pinpoint the problem. I suspect a change in FreeBSD's CAM layer API/ABI that causes some sort of buffer overrun on RELENG_9. The patch points to the exact line of code that causes dvdisaster 0.72.3 to crash. Thanks for the report. You're right about t

Re: sysutils/dvdisaster coredumps on FreeBSD/amd64 RELENG_9

2012-03-06 Thread C. P. Ghost
On Fri, Mar 2, 2012 at 3:20 PM, C. P. Ghost wrote: > Hello, > > the port sysutils/dvdisaster dumps core on FreeBSD RELENG_9/amd64 > when run in graphics mode. Using it with flags in text mode seems okay > though (I think). > > Recompiling with CFLAGS=-g doesn't produce a usable backtrace. > > Mayb

sysutils/dvdisaster coredumps on FreeBSD/amd64 RELENG_9

2012-03-02 Thread C. P. Ghost
Hello, the port sysutils/dvdisaster dumps core on FreeBSD RELENG_9/amd64 when run in graphics mode. Using it with flags in text mode seems okay though (I think). Recompiling with CFLAGS=-g doesn't produce a usable backtrace. Maybe there's something broken in scsi-freebsd.c:DefaultDevice() or som