[go: up one dir, main page]

Menu

#27 Error in Eclipse M6

colorer-take5
closed-fixed
5
2004-01-12
2003-12-30
Anonymous
No

reply to greg_woolsey at hotmail dot com

error accessing colorer for a properties file, with an
Eclipse crash log starting:

An unexpected exception has been detected in native
code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION
(0xc0000005) occurred at PC=0x3F21E5A
Function=Java_net_sf_colorer_impl_BaseEditorNative_fina
lize+0xA
Library=C:eclipseplugins
et.sf.colorer_0.5.0oswin32
x86
et_sf_colorer.dll

Current Java thread:
at net.sf.colorer.impl.BaseEditorNative.finalize
(Native Method)
at net.sf.colorer.impl.BaseEditorNative.finalize
(BaseEditorNative.java:28)
at java.lang.ref.Finalizer.invokeFinalizeMethod
(Native Method)
at java.lang.ref.Finalizer.runFinalizer
(Finalizer.java:83)
at java.lang.ref.Finalizer.access0
(Finalizer.java:14)
at java.lang.ref.Finalizer$FinalizerThread.run
(Finalizer.java:160)

Discussion

  • Igor Russkih

    Igor Russkih - 2003-12-30
    • assigned_to: nobody --> lomecb
     
  • Nobody/Anonymous

    Logged In: NO

    I had traced the source code, and it stop in calss:
    ParserFactory when calling init() of Net_sf_colorer.dll,
    because calling init() of Net_sf_colorer.dll with null will raise
    exception.
    So, i call the init() with path of the catalog.xml.

    public ParserFactory(){
    // iptr = init(null); ;
    iptr = init
    ("C:/eclipse/plugins/net.sf.colorer_0.5.0/colorer/catalog.xml");
    System.out.println("ParserFactory count: " + (++count));
    };

     
  • Nobody/Anonymous

    Logged In: NO

    I had traced the source code, and it stop in calss:
    ParserFactory when calling init() of Net_sf_colorer.dll,
    because calling init() of Net_sf_colorer.dll with null will raise
    exception.
    So, i call the init() with path of the catalog.xml.

    public ParserFactory(){
    // iptr = init(null); ;
    iptr = init
    ("C:/eclipse/plugins/net.sf.colorer_0.5.0/colorer/catalog.xml");
    System.out.println("ParserFactory count: " + (++count));
    };

     
  • Igor Russkih

    Igor Russkih - 2004-01-12

    Logged In: YES
    user_id=313042

    The problem was in changed behavior of platform url resolving
    process with file:// URL schema.

    Now fixed, I hope.

    Note, that currently there are some problems in M6 with
    plugins installation/deinstallation - these are Eclipse problems.

     
  • Igor Russkih

    Igor Russkih - 2004-01-12
    • status: open --> closed-fixed
     

Log in to post a comment.