[Webkit-unassigned] [Bug 13988] Slash in file path crashes WebKit Nightly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 5 05:28:24 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13988





------- Comment #5 from glenn.marshall at objectdevelopmentlabs.com  2007-06-05 05:28 PDT -------
1.  I don't understand why your renaming of the folder rather than the binary
(your second test scenario) didn't reproduce the problem, yet it did for me. 
There might be two issues lurking here.

Care to retry by following my steps?  

2.  I suspect the program is launched correctly, and the correct path
manipulation (handling the / special case) is done by the loader, but the
dynamic linker isn't using the same logic, and, in particular the path
manipulation logic isn't called.   

I seem to recall seeing this before on another non OS X Unix system - the
linker calls a different, conceptually lower level system call that doesn't do
substitutions on its paths.  I never got a good answer as to why there was a
difference; it didn't seemed right to me, but I didn't pursue it.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list