Search found 20 matches
- Mon Sep 25, 2017 12:18 pm
- Forum: Development Discussions
- Topic: xorriso in ghostbsd-build
- Replies: 51
- Views: 85317
Re: xorriso in ghostbsd-build
Hi, ASX wrote: I also hope that the "per driver lock" (sound very weird just by its name, because implicitly exclude parallel use of the same driver) has been removed since then. Nothing happened since the introduction of the global mutex of driver "sr" in 2010. The big injustice...
- Sun Sep 24, 2017 7:58 am
- Forum: Development Discussions
- Topic: xorriso in ghostbsd-build
- Replies: 51
- Views: 85317
Re: xorriso in ghostbsd-build
Hi, i set up that system 7 years ago. AMD with 4 x 2.4 GHz, kvm-ready. If i remember right, the master boot loader is GRUB Legacy, installed and managed by the old Debian system. It chainloads partition boot loaders. Main question is whether i should upgrade only FreeBSD or also the GNU/Linux and pu...
- Sat Sep 23, 2017 4:30 pm
- Forum: Development Discussions
- Topic: xorriso in ghostbsd-build
- Replies: 51
- Views: 85317
Re: xorriso in ghostbsd-build
Hi, ASX wrote: I just don't have the same level of confidence as you at reading that code Well, i already once shot my foot with that function. Insofar i take any objection or suspicion for serious. Pity that valgrind is not effective with that kind of error. With dynamic memory it finds such trespa...
- Sat Sep 23, 2017 12:26 pm
- Forum: Development Discussions
- Topic: xorriso in ghostbsd-build
- Replies: 51
- Views: 85317
Re: xorriso in ghostbsd-build
Hi, ericbsd wrote: I am looking forward to taking ownership of maintaining xorriso ports since GhostBSD and some iXsystems depend on it. Be aware that the bug fix belongs into the devel/libisofs port. Don't hesitate to ask for advice about upstream or for adaptions for BSD systems. I test each relea...
- Sat Sep 23, 2017 12:11 pm
- Forum: Development Discussions
- Topic: xorriso in ghostbsd-build
- Replies: 51
- Views: 85317
Re: xorriso in ghostbsd-build
Hi, When we added a marker for the end of the page list, that become the 20th element. Probably as consequence of the bug. In http://forums.ghostbsd.org/viewtopic.php?f=98&t=711&start=20#p4858 i count 19 lines of "3L". That many complete loop passes happened. Then at some point of ...
- Sat Sep 23, 2017 6:34 am
- Forum: Development Discussions
- Topic: xorriso in ghostbsd-build
- Replies: 51
- Views: 85317
Re: xorriso in ghostbsd-build
Hi, i uploaded a new GNU xorriso development snapshot tarball with the bug fix: http://scdbackup.sourceforge.net/xorriso-1.4.9.tar.gz MD5: 3ff9197427dd13acf0f72c33d1d40287 xorriso -version is supposed to say: xorriso version : 1.4.9 Version timestamp : 2017.09.23.074650 The snapshot tarball content ...
- Fri Sep 22, 2017 12:47 pm
- Forum: Development Discussions
- Topic: xorriso in ghostbsd-build
- Replies: 51
- Views: 85317
Re: xorriso in ghostbsd-build
Hi, to make the license mess complete, the dynamically linked xorriso updates its license to GPLv3+ when it gets linked with the GPLv3+ licensed version of libreadline. xorriso 1.3.2 : RockRidge filesystem manipulator, libburnia project. ... Provided under GNU GPL version 3 or later, due to libreadl...
- Fri Sep 22, 2017 12:34 pm
- Forum: Development Discussions
- Topic: xorriso in ghostbsd-build
- Replies: 51
- Views: 85317
Re: xorriso in ghostbsd-build
Hi, thanks for your fine cooperation on this issue, that afflicted us for long time! Thanks to you for hunting down this nasty crack in the code. I am the one to blame here, not Vladimir Serbinenko. Vladimir submitted a table as array of C constants which stemmed from a copyrighted example program. ...
- Fri Sep 22, 2017 11:49 am
- Forum: Development Discussions
- Topic: xorriso in ghostbsd-build
- Replies: 51
- Views: 85317
Re: xorriso in ghostbsd-build
Hi, Applyed you patch, to add the end markers, and now it works! :D Yep. The found bug has all properties we were looking for. I meanwhile assume that -O2 embedded the code of the function into the code of its only caller. So the printf up there could influence the behavior of the function. Did you ...
- Fri Sep 22, 2017 11:26 am
- Forum: Development Discussions
- Topic: xorriso in ghostbsd-build
- Replies: 51
- Views: 85317
Re: xorriso in ghostbsd-build
Hi, you are too fast for me. But i think we caught it now. You by printf, me by code study and gdb. make_hfsplus_class_pages(); That's in libisofs/hfsplus_classes.c . It is suspicious that the last code page block in class_page_data[] does not end by 0x0, as do all others. Also the list of 16-bit nu...