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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 6 03:46:49 PDT 2007


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





------- Comment #8 from bdash at webkit.org  2007-06-06 03:46 PDT -------
Ok, so the variable that is causing the problem is DYLD_INSERT_LIBRARIES. 
'dyld' terminates the program with an error if it cannot find the libraries
that it points at.  The variable's value is a list of colon-separate paths. 
The colon in the path to the WebKit library is tripping up 'dyld'.  The tricky
part is that I can't see any way to escape the paths.  I might just have to
make the launcher detect that condition and abort gracefully instead.


-- 
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