Fri 23 May 2008 10:39:48 PM UTC, original submission:
I'm trying to view <http://www.intersky.biz/main.swf>. From the log
I can see that gnash tries to load a file `dptconfig.xml', which does
not exist on that server. And probably because of that it proceeds
by loading a `bugtracker.swf' from that server.
I have attached the part of the log file, where gnash tries to load
`dptconfig.xml'. Gnash-cvs was compiled with DEBUG_XML_LOADS and
GNASH_CURL_VERBOSE.
7554:3062949584] 23:01:47 DEBUG: bool gnash::XML::load(const gnash::URL&) enter
7554:3062949584] 23:01:47 SECURITY: Checking security of URL 'http://www.intersky.biz/dpt/dptconfig.xml'
7554:3062949584] 23:01:47 SECURITY: Load from host http://www.intersky.biz granted (default)
making curl stream for http://www.intersky.biz/dpt/dptconfig.xml
7554:3062949584] 23:01:47 SECURITY: Loading XML file from url: 'http://www.intersky.biz/dpt/dptconfig.xml'
eof() returning 0
read(1024) called
tell() returning 0
fill_cache(1024) called
> GET /dpt/dptconfig.xml HTTP/1.1
User-Agent: Gnash-cvs
Host: http://www.intersky.biz
Accept: /
< HTTP/1.1 404 Not Found
< Date: Fri, 23 May 2008 21:07:28 GMT
< Server: Zope/(Zope 2.7.5-final, python 2.3.5, linux2) ZServer/1.1 Plone/2.0.4
< Bobo-Exception-Line: 649
< Content-Length: 847
< Bobo-Exception-Value: See the server error log for details
< Content-Type: text/html
< Bobo-Exception-Type: NotFound
< Bobo-Exception-File: HTTPResponse.py
< Age: 69
< X-Cache: HIT from intersky01.ideefix.net
< X-Cache-Lookup: HIT from intersky01.ideefix.net:3128
< Via: 1.1 http://www.intersky.biz
<
curl write callback called for (847) bytes
7554:3062949584] 23:01:47 ERROR: HTTP response 404 from url http://www.intersky.biz/dpt/dptconfig.xml
get_stream_size() returning 847
7554:3062949584] 23:01:47 DEBUG: Pushed thread 0x84fb168 to _loadThreads, number of XML load threads now: 1
7554:3062949584] 23:01:47 DEBUG: Registered XML loads interval 4294967295
7554:3062949584] 23:01:47 DEBUG: returning
7554:3062949584] 23:01:47 DEBUG: Loading native class TextField
7554:3062949584] 23:01:47 DEBUG: [object(gnash::object_as_object):0x84e03c8].to_primitive() threw an error during ActionNewAdd
7554:3062949584] 23:01:48 DEBUG: Loading native class TextFormat
7554:3062949584] 23:01:48 DEBUG: Global instance list grew to 12 entries
7554:3062949584] 23:01:48 DEBUG: checkLoads_wrapper called
7554:3062949584] 23:01:48 DEBUG: XML 0x84e9128 checkLoads call 1, _loadThreads: 1
7554:3062949584] 23:01:48 DEBUG: XML loads thread 0x84fb168 got 0/847 bytes
7554:3062949584] 23:01:48 DEBUG: gnash::as_value gnash::xml_ondata(const gnash::fn_call&) enter
7554:3062949584] 23:01:48 ERROR: XML data is empty
7554:3062949584] 23:01:48 DEBUG: [object(gnash::object_as_object):0x84e0838].to_primitive() threw an error during ActionNewAdd
7554:3062949584] 23:01:48 DEBUG: [object(gnash::object_as_object):0x84b80a0].to_primitive() threw an error during ActionNewAdd
7554:3062949584] 23:01:48 DEBUG: [object(gnash::object_as_object):0x84a0950].to_primitive() threw an error during ActionNewAdd
7554:3062949584] 23:01:48 DEBUG: movie_root::loadMovie(http://www.intersky.biz/dpt/ui/bugtracker.swf, _level3.windows_mc.bugtracker_mc)
|