Issue 113433

Summary: crash while executing unoapi tests in toolkit
Product: General Reporter: philipp.lohmann
Component: codeAssignee: Stephan Bergmann <stephan.bergmann.secondary>
Status: CLOSED NOT_AN_OOO_ISSUE QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: DEV300m84   
Target Milestone: 3.4.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
sample stack none

Description philipp.lohmann 2010-07-26 15:42:43 UTC
While trying to reproduce the problem detailed in issue 111113 I consistenly got
crashes with the attached stack or similar. The stack always happened during the
execution of a timer and crashed somewhere in java downstack of the
"attach_current_thread" function. This happened to me most often when using
vcl's gtk plugin (which you get on gnome desktops), but also happens with the
generic plugin; the difference in frequency would seem to be due to different
timing in gtk and generic case. It was not a specific test of the run that would
cause a crash, this seems to happen basically anytime.

Could you please have a look at this.
Comment 1 philipp.lohmann 2010-07-26 15:44:57 UTC
Created attachment 70825 [details]
sample stack
Comment 2 philipp.lohmann 2010-07-28 12:47:27 UTC
this was apparently a user error (not using the script, therefore
LD_LIBRARY_PATH was not set correctly for java).

Sorry for the noise.
Comment 3 philipp.lohmann 2010-07-28 12:47:48 UTC
closing