Please write up the crash as bug, regardless of what you conclude
about your application.
Thanks,
Dave
On Oct 10, 2005, at 12:45 PM, Ilan Volow wrote:
I'm not too sure whether this message is more appropriate for
bugreporter or the list, so I thought I'd ask here first.
In my application, I currently implement the
webView:decidePolicyForMIMEType:request:frame:decisionListener:
method. For non-multimedia types (e.g. text/html, etc) I'm calling
[listener use] and letting the load go through.
For multimedia types types (quicktime, wmv, etc), I'm calling
[listener ignore], creating an HTML string that puts the URL to the
multimedia file in an <embed> along with plugin-specific
attributes, and loading that info a WebFrame by passing it into
loadHTMLString.
When I load the HTML with an embedded reference to the multimedia
file the first time, everything goes okay, When I load the same
file (or different file again), my application crashes with the
following stack trace (see the end of the message). But if I load
the HTML with the multimedia, then go back to a previous page in
the forward/backward list, and then go forward to the same thing I
was just looking at, everything works fine.
Given that I seem to be getting these crashes deep in DOM land, is
this most likely a WebKit bug, or would it appear that I'm doing
something wrong?
--Ilan
Stack trace below:
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000058
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webkitsdk-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webkitsdk-dev/email@hidden