Bug 216347 - [x86_64] crash on calling through uno bridge the first method which will return a small struct <= 16 bytes
Summary: [x86_64] crash on calling through uno bridge the first method which will retu...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: openoffice.org
Version: 6
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Caolan McNamara
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-19 19:41 UTC by Victor Lorenz
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 2.0.4-5.5.10
Clone Of:
Environment:
Last Closed: 2007-01-04 08:53:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Output from OOobase "to be submiitted with bug report" (8.48 KB, application/octet-stream)
2006-11-19 19:41 UTC, Victor Lorenz
no flags Details
backtrace (2.42 KB, text/plain)
2006-11-21 10:57 UTC, Caolan McNamara
no flags Details


Links
System ID Private Priority Status Summary Last Updated
OpenOffice.org 71815 0 None None None Never

Description Victor Lorenz 2006-11-19 19:41:47 UTC
Description of problem:
Using KDE: Open existing database with tables and forms. When attempting to open
form in edit mode Openoffice Writer opens. When trying to create new form using
wizard crashes with attached "bug" output

Version-Release number of selected component (if applicable):

2.0.4-.5.3.3
How reproducible:
Always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Victor Lorenz 2006-11-19 19:41:50 UTC
Created attachment 141592 [details]
Output from OOobase "to be submiitted with bug report"

Comment 2 Caolan McNamara 2006-11-21 10:57:11 UTC
It's a death on the first returned structure from a jni call, damned if I know
right now how to figure out if it's OOo's fault of gcj's

A Rectangle struct, quite a small stuct, maybe some problem in one of the
bridges, either the OOo uno one, or the OOo java one, or in the gcj ffi

Comment 3 Caolan McNamara 2006-11-21 10:57:54 UTC
Created attachment 141752 [details]
backtrace

Comment 4 Caolan McNamara 2006-11-21 11:00:59 UTC
I should say, crash on calling the first method that will return a struct,
"this" is all wrong inside getPosSize, while calling other methods on that
object like, setPosSize function as expected

Comment 5 Caolan McNamara 2006-11-21 13:22:23 UTC
This fix will be in next fc-6 update of OOo. need to handle struct returned in
registers


Note You need to log in before you can comment on or make changes to this bug.