Re: [Htmlvalidator-help] FreeBSD segfault in .js?
Brought to you by:
mgueury
From: [LoN]Kamikaze <LoN...@gm...> - 2006-06-17 10:12:40
|
[LoN]Kamikaze wrote: > I just found out that Firefox starts if I remove content/tidyBrowser.js= from tidy.jar. Of course the segfault still occurs when I open the view = source. I tracked the crash to the line: var tidy_inst =3D Components.classes["@mozilla.org/tidy;1"].createIns= tance(); in content/tidyUtil.js in tidy.jar. So obviously from here the search has to be done this C/C++ code. Now the= question is which C code will be called by this action? Simply the const= ructor? |