Summary: | mkisofs from cdrtools-2.0_pre3 segfaults without error | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alex Walker <alex> |
Component: | [OLD] Unspecified | Assignee: | Arcady Genkin (RETIRED) <agenkin> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 1.4_rc1 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Alex Walker
2002-12-21 20:54:57 UTC
Cannot reproduce this. Works fine with extactly the same command line (don't have a Fat32 partition to test, though). Can I suggest recompiling with -O instead of -O3 (or at least -O2). -O3 is often a sure way to shoot yourself in the foot. Alex, are you still there? Can you please test mkisofs from cdftools-2.0 (final)? What happens if you move the directory "Documents and Settings" to a partition other than FAT and run the same command? Most revealing question:
>What happens if you move the directory "Documents and Settings" to a partition
other than FAT and run the same command?
$ cp -a /mnt/f/Documents\ and\ Settings/alex/My\ Documents/ .
cp: cannot read symbolic link `/mnt/f/Documents and Settings/alex/My
Documents/My Webs/Anser Web Page/_vti_cnf/Anser Web Page': Input/output error
$ ls "/mnt/f/Documents and Settings/alex/My Documents/My Webs/Anser Web
Page/_vti_cnf/Anser Web Page"
Segmentation fault
$ rm "/mnt/f/Documents and Settings/alex/My Documents/My Webs/Anser Web
Page/_vti_cnf/Anser Web Page"
Segmentation fault
OK, looks like this could be a reason! FAT problem it seems. So closing as invalid,
since it's not a cdrtools bug.
|