[Webkit-unassigned] [Bug 16129] REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 25 13:12:22 PST 2007


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





------- Comment #5 from ddkilzer at webkit.org  2007-11-25 13:12 PDT -------
A delta <http://delta.tigris.org/> reduction of the original web page points to
this JavaScript (opening this tag in an HTML file will reproduce the crash):

<script type="text/javascript"
src="http://mysit.es/javascripts/codeeditors.js?v=1195518434"></script>

Note that I had to create my own "topformatflat" script:

#!/bin/sh
exec cat

My testit.sh script was:

#!/bin/sh

`/Volumes/WebKit/WebKit.app/Contents/MacOS/WebKit /tmp/delta/MySit.es.html`
STATUS=$?

echo ">>>>> $STATUS"

if [ $STATUS -eq 139 -o $STATUS -eq 138 ]; then
    exit 0;
fi

exit 1;


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