Under which platform?
Karl
Wolfgang Astleitner <[EMAIL PROTECTED]> writes:
> Hi out there:
>
> I have a really annoying problem:
> I'm developing a program that uses an imagetask using an external
> library via JNI for loading images (like pbm, tif, aso.)
> So far this is working quite fine, but on some images (mostly pbm), this
> lib. crashes.
> That wouldn't be a problem, the program itself wouldn't have a problem
> with this.
> But: the JNI-lib crashes with a SIGSEV and, what I absolutely don't
> understand, not only crashes the imagetask (realized as own thread), but
> the WHOLE program (what's not so good :-)
>
> Does anyone know a solution for this?
> As said before: the imagetask itself CAN crash. That's no problem, the
> program reacts on this!
>
> The output is:
> SIGSEGV 11* segmentation violation
> stackbase=0x41445000, stackpointer=0x41443ec8
>
> Full thread dump:
> "Thread-24" (TID:0x40688a58, sys_thread_t:0x41444f04, state:R)
> prio=5 *current thread*
> aso,
> and then: Shell-prompt :-(
>
> Is this a linux-jdk-only or a java-problem?
>
> thanks in advance for your help
>
> /wolfgang astleitner