Re: mkisofs bug? creating cdrom image for bulk files with -old-root -> enter infinite loop?
On Sat, 2006-09-23 at 23:31 +0800, 张韡武 wrote:
> Do you think I should now try the alpha
> versions?
Yes, please do that. There have been cases where mkisofs ran into an
endless loop - your's may or may not be the same bug.
If it still fails, do you think you could compile with debug information
and no optimization (usually done with configure CFLAGS=-g) and then
attach to the hanging mkisofs with a debugger to find out where it hangs
(ps -ef | grep mkisofs; gdb -p <pid of mkisofs>)?
A stack back trace ("where" in gdb) and some information where it loops
would help ("next" or "step" to single-step).
--
Bye, Patrick Ohly
--
Patrick.Ohly@gmx.de
http://www.estamos.de/
Reply to: