Re: Spider Monkey and jsdiDebuggerService Crash?
"John J. Barton" <[email protected]> Tue, 01 Sep 2009 22:20:10 -0700
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[email protected]> |
Jiyul wrote:
> I developed GUI script debugger which runs on eclipse. (with xul runner
> and debugger service)
>
> And my co-worker developed firefox plugin with c++.
>
> when that plugin calls a script function through spider monkey on
> debugging browser(which is based on customized xul runner), whole
> eclipse crashed(JVM termination)
Well, I'd say "process termination". Eclipse is just a C++ program to
the OS.
>
> That plugin works okay in firefox. but it seems to crash with firebug
Which 'it'? plugin seems to crash with firebug or firefox seems to crash
with firebug? ("seems to"? Either it crashes or it does not crash.)
> too. so I think debugger service and spider monkey compatibility might
> be one factor of problem.
>
> any idea?
Gee, you have three programs with extensive experience of not crashing,
eclipse, firefox and firebug. And you have one new C++ code. I know
where I would look.
jjb