Re: sometimes, XSLTProcessor makes xulrunner crash
Jonas Sicking <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > Hello, > > I use xulrunner 1.8.0.4 on an XP machine (up to date) with pyxpcom > enabled (so compiled by myself with the free MSVC 2003 compiler). > > It seems (ie sometimes) that XSLTProcessor makes xulrunner crash with > an R6025 error. > > During a "save" phase (XML transformation / writing to disk) , the > processor is used 6 times with differents parameters or differents > stylesheets. Xulrunner doesn't crash each time the application saves > datas to disk but its end up craching after several "save" execution. > > The application doesn't crash on my colleague's PC. There are no to me known problems like this. If the same testcase works fine on your colleagues computer then the problem could be with your installation or your computer in general. Though of course it could be a problem in xulrunner too. I would suggest trying to write a minimal testcase an file a bug in bugzilla. / Jonas