Issue 88987 - Java based stuff not working on Mac/PPC (was: Base cannot connect with (HSQL-)Database)
Summary: Java based stuff not working on Mac/PPC (was: Base cannot connect with (HSQL-...
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: MacOSX (show other issues)
Version: BEA300m2
Hardware: Mac Mac OS X, all
: P2 Trivial (vote)
Target Milestone: OOo 3.0
Assignee: ericb
QA Contact: issues@porting
URL:
Keywords: aqua, oooqa, release_blocker
: 78103 78440 80757 90509 (view as issue list)
Depends on:
Blocks:
 
Reported: 2008-05-04 00:19 UTC by stx123
Modified: 2009-01-03 13:50 UTC (History)
12 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
The error message of the issue (17.56 KB, image/png)
2008-05-04 00:23 UTC, stx123
no flags Details
what is printed to console when launching the letter wizard (2.10 KB, text/plain)
2008-05-13 18:11 UTC, lohmaier
no flags Details
part 1 (jvmfwk ) (612 bytes, patch)
2008-05-13 23:24 UTC, eric.bachard
no flags Details | Diff
part2 (vcl ) (1.51 KB, patch)
2008-05-13 23:25 UTC, eric.bachard
no flags Details | Diff
my mworking file. Please try doing the same (2.11 KB, text/plain)
2008-05-14 19:37 UTC, eric.bachard
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description stx123 2008-05-04 00:19:34 UTC
My PC/MAC:
- PowerBook G4 15"
- 1.67 GHz PowerPC
- 1GB RAM
- MAC OS X 10.4.11 (Tiger)

1. Start OOo
2. Click on "Database"
3. Create the Database with default settings
4. Click on "table"
=> error message: <german>Die Verbindung zur Datenquelle "Neue Datenbank" konnte
nicht hergestellt werden.</german>
java/sql/Savepoint

rbircher and alexwerner tested it on "MAC OS X 10.5.2 Intel"
We tested all with Java 1.5.0_13.
Comment 1 stx123 2008-05-04 00:23:14 UTC
Created attachment 53340 [details]
The error message of the issue
Comment 2 Raphael Bircher 2008-05-04 10:41:50 UTC
Confirmed
Comment 3 Frank Schönheit 2008-05-05 07:16:47 UTC
Where did you obtain the OOo/Mac build from?
Comment 4 stx123 2008-05-05 17:37:17 UTC
It was the Build from
ftp://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/Dev_BEA300_m2/OOo_Dev_BEA300_m2_MacOSXPowerPC_install_de.dmg

rbircher test still with his Intel-MAC with Tiger (10.4)

PS: I wrote, rbircher and alexwerner tested it too. They tested as far as I know
with the Sun-Builds. With them isn't the bug.
Comment 5 Mechtilde 2008-05-06 14:10:29 UTC
seems to be a duplicat of 77388
http://www.openoffice.org/issues/show_bug.cgi?id=77388

@torwart Can you confirm it?
Comment 6 Frank Schönheit 2008-05-12 20:52:04 UTC
Can you please verify and confirm (Tools/Options/OpenOffice.org/Java) you work
with Java 1.5.x. The problem description sounds as if the java.sql.Savepoint
class is missing from your Java runtimes, but those have been introduced with
Java 1.4. So, at the moment I would suspect you run with a Java 1.3 or so ...
Comment 7 Mechtilde 2008-05-12 21:51:41 UTC
It happens on Mac PPC 10.4 with Java 1.5.0_13.

get more Information the next days
Comment 8 stx123 2008-05-12 22:17:37 UTC
©fs: I checked it on my MAC OOo. OOo detected a Java 1.5.0_13 - as I wrote in
the first message.
Comment 9 lohmaier 2008-05-13 13:22:42 UTC
issue 78999 is wrong. Despite the full paths in the libs, OOo on PPC requires
the DYLD_LIBRARY_PATH to be set accordingly.

so as a workaround do the following:
* Open a terminal
* export DYLD_LIBRARY_PATH=/paths/that/javaldx/reports
  javaldx can be run with
  /path/to/OpenOffice.org.app/Contents/basis-link/ure-link/bin/javaldx
  (or /path/to/OpenOffice.org.app/Contents/MacOS/javaldx for the older snapshots)
example (all in one line):
export
DYLD_LIBRARY_PATH=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/../Libraries:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib

* Then launch OOo from within that terminal:
  open /path/to/OpenOffice.org.app
  (or run /path/to/OpenOffice.org.app/Contents/MacOS/soffice.bin directly)

This is not a base-issue, but a general issue with Java and Mac/PPC (the java
based wizard like the letter wizard don't work either), thus reassigning to porting
Comment 10 lohmaier 2008-05-13 13:26:23 UTC
adjusting summary - I think this is a stopper for Mac/PPC, thus I set target 3.0
and keyword (shall not block other OS though)
Comment 11 Frank Schönheit 2008-05-13 13:35:07 UTC
fs->sb: cloph's analysis above sounds as if this might be a topic for you to
comment on ... (if not, just ignore please)
Comment 12 eric.bachard 2008-05-13 13:43:04 UTC
I completely second cloph: this is an urgent issue to solve, and this is a release blocker

Comment 13 Stephan Bergmann 2008-05-13 17:05:06 UTC
Might it be that this is a duplicate of issue 78103?  Maybe somebody can follow
jl's suggestion at
<http://www.openoffice.org/issues/show_bug.cgi?id=78103#desc37>:  "[...] please
build the project jvmfwk with debug information.  Copy all libraries into the
office.  Start the office, run the letter wizard, and record the output from the
console."
Comment 14 eric.bachard 2008-05-13 17:29:03 UTC
*** Issue 78103 has been marked as a duplicate of this issue. ***
Comment 15 lohmaier 2008-05-13 18:10:29 UTC
There is no difference in the debug output when attempting to launch the letter
wizard, whether DYLD_LIBRARY_PATH is set or not doesn't make a difference. The
only difference is that with the variable the letter wizard appears and without
it nothing happens.

PS: I'm using Tiger (10.4.11)
PPS2: The log is with DEV300_m0, since I had a build-tree lying around
Comment 16 lohmaier 2008-05-13 18:11:41 UTC
Created attachment 53599 [details]
what is printed to console when launching the letter wizard
Comment 17 stx123 2008-05-13 23:00:02 UTC
When I use cloph's workaround (javaldx->export DYLD_LIBRARY_PATH...-> start OOo
from Terminal), I can click on the table-button without an error message.
I can creat a Table with the Button <german>Tabelle in der Entwurfsansicht
erstellen...</german>. I can input data in a testtable.
But I think, this workaound is too complicated for normal user.

I tested too the letter wizard with a such OOo (started from Terminal with this
Environment variable). It functioned without problems or errors (it was only a
little slowly)

PS1: Can someone write the English text of my buttons and error messages? Thanks.

PS2: Sorry for my possibly bad english. I am to practice.
Comment 18 eric.bachard 2008-05-13 23:19:07 UTC
I did some investigations, on both Intel and PowerPC.

I put all patches (I'll attach them) and logs there : http://eric.bachard.free.fr/mac/aquavcl/patches/aqua_May2008/DEV300_m12/i88987/

1) one patch in jvmfwk to add 1.5.0 path for Java detection
2) one in vcl, in salinst.cxx ( where ?)  to manually modify the DYLD_LIBRARY_PATH

The problem is: it works nicely on Intel, and I got crashes on PowerPC (please see the log on the URL 
above).  Looks like the plugin cannot be created, whil Java is detected... a bit confusing :-/ 

I'll try to trace more cleanly asap.


+ me on CC




Comment 19 eric.bachard 2008-05-13 23:24:05 UTC
Created attachment 53601 [details]
part 1 (jvmfwk )
Comment 20 eric.bachard 2008-05-13 23:25:04 UTC
Created attachment 53602 [details]
part2 (vcl )
Comment 21 Loria 2008-05-14 10:44:43 UTC
My Machines:
Mac MINI 1.41 Ghz G4
1GB RAM
80gb Disk internal 
(+ 1 external firewire with 120GB and an old system bootable, + 2 USB Disks used
for backup and such)
OSX 10.4.11 (Tiger)

MacBook 2Ghz Intel Core2 Duo
1GB Ram
80GB internal
10.5.2 (Leopard)


I did some research about this issue ... :

A Trace of the dyld loading revealed what is happening in the case the jave
stuff is started ...

it loads the primary object of the 1.5.0_13 afterwards all the 1.3.1 is loaded,
which sure will fail to do the expected work.

enabling the setup of the DYLD_LIBRARY_PATH everything seems to be loaded as
expected and it did work.

While looking for a cause for this odd behavior, I noticed the JavaVM File in 
/System/Library/Frameworks/JavaVM.framework/Version/A to which the link in
/System/Library/Frameworks/JavaVM.framework points, has been created or changed
on the day & time I installed and started the BETA package the first time.
(This made me remember activity of my external harddisk which holds an old OSX
installation while starting one of the Assistants, which then failed).

Crosschecking with my other machine revealed  the same file has been stamped
with the time the java was last updated in that machine. 

To check if this is the cause ... I tried to reinstall the Java stuff .. which
was only successful with the Java Release6 found at the download space on apple.com.
(I unplugged the FireWire Harddisk for that test)

There was no need to set the DYLD_LIBRARY_PATH again.
(All the other old Java files still where sitting on the disk.

It seems to be the Java Installation has been broken somehow .. I donot have any
proof for OO 3 beta  has caused this in conjunction with the old installation
sitting on the external disk. The JavaVM file is just some clue. 

I will try to recheck the clue ... later the day.


My Machines:
Mac MINI 1.41 Ghz G4
1GB RAM
80gb Disk internal 
(+ 1 external firewire with 120GB and an old system bootable, + 2 USB Disks used
for backup and such)
OSX 10.4.11 (Tiger)

MacBook 2Ghz Intel Core2 Duo
1GB Ram
80GB internal
10.5.2 (Leopard)
Comment 22 eric.bachard 2008-05-14 18:17:09 UTC
@cloph : renaming the java 1.3 as 1.3_old and 1.3.1_old leads to " .. damaged JavaVM ...  "

I really think some lib is(are?) not found, because of the path. I'll try to move some libs in the lib dir per 
see.
Comment 23 eric.bachard 2008-05-14 19:28:11 UTC
I got it working, but I only found the *what*

Reading zillions of pages I googled, I found something about  
~/Library/Caches/Java/deployment.properties  And looking more carefully, inside, 1.3 seems to be 
checked first

-> comment everything 1.3 in it makes everything work, but I didn't reverse my patches. Maybe they 
are needed ... no idea yet. Anyway, I'll attach my file.

To confirm it works, just do :

mv ~/Library/Caches/Java/deployement.properties ~/Library/Caches/Java/deployement.properties_old

cp deployement.properties ~/Library/Caches/Java/

and launch again OpenOfficE.org and try wizards and Base


Comment 24 eric.bachard 2008-05-14 19:37:06 UTC
Created attachment 53640 [details]
my mworking file. Please try doing the same
Comment 25 eric.bachard 2008-05-14 19:39:57 UTC
@loria : thanks for the hint, it helped me a lot: with it, I searched where 1.3 could be loaded before other 
JavaVM, and I finaly found a track.
Comment 26 lohmaier 2008-05-14 23:31:50 UTC
I think I figured out what is happening. (thanks loria for pushing me into that
direction)

Contrary to other OS, there is one single VM creator on Mac OSX. There is only
the /System/Library/Frameworks/JavaVM.framework/Version/A/JavaVM that is used to
create VMs of all the installed JREs. (On linux, each JRE comes with a libjvm.so
that is used to create the VM).
see also http://developer.apple.com/samplecode/simpleJavaLauncher/listing2.html

The problem now is that OOo requests a VM with vm_args.version= JNI_VERSION_1_2
And thus Apple's JavaVM will create that one - the 1.3 version fits that
requirement. When setting DYLD_LIBRARY_PATH that selection is effectively
overridden again, it requests the libs from 1.3 directory, but gets them from
the ones in DYLD_LIBRARY_PATH)

So what OOo detects/shows in Tools|Options, and what javaldx reports is not
taken into account at all/has no effect when creating the java-environment.

A workaround is to increase that version to 1_4 (at least for Mac, maybe
globally, is 1.3 java really still supported?)

It is a workaround, since the selection in Tools|OOo → Java doesn't reflect the
VM that is created, but should be good enough for the short timeframe to 3.0

That change should do the trick: 
--- jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx        11 Apr 2008
10:21:55 -0000      1.25
+++ jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx        14 May 2008
22:29:13 -0000
@@ -572,7 +572,7 @@
 #endif
     }
     
-    vm_args.version= JNI_VERSION_1_2;
+    vm_args.version= JNI_VERSION_1_4;
     vm_args.options= options;
     vm_args.nOptions= cOptions + 1;
     vm_args.ignoreUnrecognized= JNI_TRUE;
Comment 27 eric.bachard 2008-05-15 07:24:17 UTC
I confirm Christian found the root of the problem  :-)

Avoid JavaVM 1.3 working fixed the issue here, and I suggest to integrate the fix asap ( in aquavcl07 ? ), 
this way 3.0 will work as expected with Java for both Intel and PowerPC machines.

Now, for the real solution (mean 3.x), I'd suggest to analyze deeply how Java is detected in all OS's, and 
upgrate the sunjavaplugin.cxx code, because the forest of #ifdef ... #endif is not that clean.

Can any Java guru help there ?

Comment 28 joachim.lingner 2008-05-15 10:00:07 UTC
Please 'ifdef' the change regarding 'vm_args.version= JNI_VERSION_1_4'  unless
it is very clear how this affects all other Java implementations back to version
1.3.1.
Comment 29 lohmaier 2008-05-15 13:57:02 UTC
#ifdef'd change committed to cws aquavcl08
Comment 30 lohmaier 2008-05-23 15:23:50 UTC
I considet this issue fixed (java stuff works on PPC with that patch) - but
there should be a follow-up task so that the selection in Tools|Options → Java
reflects the VM that is actually created. (With the patch, OOo will create the
VM with whatever is the "Current" one on the user's system. This should be OK
for virtually all users, but might be irritating for developers who need/want to
check stuff with a different version)
Comment 31 stx123 2008-06-02 21:33:17 UTC
I Test the Build "aquavcl08" on my PPC-MAC (see above for more informations
about my system).
It works!
Comment 32 eric.bachard 2008-06-09 18:56:33 UTC
*** Issue 90509 has been marked as a duplicate of this issue. ***
Comment 33 per.ooo 2008-06-09 19:29:13 UTC
Hi, while this is targeted to 3.0, will this problem result in a new RC for 2.4.1?

Sorry if I could have found this out for myself.
Comment 34 eric.bachard 2008-06-09 19:36:41 UTC
@pereriksson :  you are right: a backport for 2.4.1 is probably mandatory 
Comment 35 per.ooo 2008-06-11 20:01:09 UTC
@ericb
I guess this is too late for 2.4.1?

Thanks,
Per
Comment 36 eric.bachard 2008-06-11 20:08:42 UTC
@periksson

I think you can ask for a backport of the fix on releases mailing list, as a release blocker for Mac OS X X11 
version (it is really IMHO)
Comment 37 Mechtilde 2008-06-16 14:34:14 UTC
*** Issue 78440 has been marked as a duplicate of this issue. ***
Comment 38 Mechtilde 2008-07-15 13:50:33 UTC
*** Issue 80757 has been marked as a duplicate of this issue. ***
Comment 39 Mechtilde 2008-07-16 07:57:52 UTC
*** Issue 80757 has been marked as a duplicate of this issue. ***
Comment 40 Loria 2008-07-18 17:59:12 UTC
I was able to open up some new database.
playing around with it did crash the application
I will try to redo it and post an Apple Report
Comment 41 Loria 2008-07-18 18:06:45 UTC
What I did:
<- I was shown a Database which needed recovering.
-> I let it receover
<- opened up OK
-> added an SQL Query
-> let it execute
<- SQL Query showed a result as expected
-> trying to close the window with the red button at the left upper corner of the window
<- *poof*

Apple Report:
Date/Time:      2008-07-18 19:03:24.861 +0200
OS Version:     10.4.11 (Build 8S165)
Report Version: 4

Command: soffice.bin
Path:    /Applications/OpenOffice.org.app/Contents/MacOS/soffice.bin
Parent:  WindowServer [97]

Version: 3.0.0 (???)

PID:    1027
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000010

Thread 0 Crashed:
0   libtkmxp.dylib                 	0x01d91e4c toolkit::AccessibilityClient::ensureInitialized() + 28
1   <<00000000>> 	0xbfffe748 0 + -1073748152
2   libtkmxp.dylib                 	0x01d9206c toolkit::AccessibilityClient::getFactory() + 28
3   libtkmxp.dylib                 	0x01cc4af0 VCLXWindow::CreateAccessibleContext() + 64
4   libtkmxp.dylib                 	0x01cc9bc8 VCLXWindow::getAccessibleContext() + 120
5   libvclmxp.dylib                	0x024cd71c AquaA11yFocusTracker::window_got_focus(Window*) + 
188
6   libvclmxp.dylib                	0x024cd314 
AquaA11yFocusTracker::WindowEventHandler(AquaA11yFocusTracker*, VclSimpleEvent const*) + 132
7   libvclmxp.dylib                	0x0228d1b4 VclEventListeners::Call(VclSimpleEvent*) const + 308
8   libvclmxp.dylib                	0x02419f7c Window::CallEventListeners(unsigned long, void*) + 108
9   libvclmxp.dylib                	0x0241a9b0 Window::PreNotify(NotifyEvent&) + 224
10  libdbumxp.dylib                	0x0bfed5ec dbaui::OQueryContainerWindow::PreNotify(NotifyEvent&) + 
428
11  libvclmxp.dylib                	0x0241d5d8 Window::ImplGrabFocus(unsigned short) + 1432
12  libvclmxp.dylib                	0x024256c4 Window::~Window [not-in-charge]() + 3396
13  libdbumxp.dylib                	0x0bfded18 dbaui::OQueryTextView::~OQueryTextView [in-charge 
deleting]() + 120
14  libdbumxp.dylib                	0x0bfcd1b4 dbaui::OQueryViewSwitch::~OQueryViewSwitch [in-charge 
deleting]() + 84
15  libdbumxp.dylib                	0x0bfedf04 dbaui::OQueryContainerWindow::~OQueryContainerWindow 
[in-charge deleting]() + 84
16  libtkmxp.dylib                 	0x01ca5ddc VCLXDevice::DestroyOutputDevice() + 60
17  libtkmxp.dylib                 	0x01cc4d00 VCLXWindow::dispose() + 400
18  libfwkmxp.dylib                	0x090545d4 dyld_stub_NSAddressOfSymbol + 148986740
19  libfwkmxp.dylib                	0x090539cc dyld_stub_NSAddressOfSymbol + 148983660
20  libfwkmxp.dylib                	0x09080028 component_writeInfo + 42952
21  libfwkmxp.dylib                	0x090835c4 component_writeInfo + 56676
22  libvclmxp.dylib                	0x0248b700 vcl::EventPoster::LinkStubDoEvent_Impl(void*, void*) + 48
23  libvclmxp.dylib                	0x0242b508 ImplWindowFrameProc(Window*, SalFrame*, unsigned 
short, void const*) + 3672
24  libvclmxp.dylib                	0x024c1140 AquaSalInstance::Yield(bool, bool) + 400
25  libvclmxp.dylib                	0x022837f8 Application::Yield(bool) + 136
26  libvclmxp.dylib                	0x022838a8 Application::Execute() + 72
27  libsofficeapp.dylib            	0x00092e88 dyld_stub_NSAddressOfSymbol + 305960
28  libvclmxp.dylib                	0x02289d90 ImplSVMain() + 96
29  libvclmxp.dylib                	0x024c0294 AquaSalInstance::handleAppDefinedEvent(NSEvent*) + 164
30  libvclmxp.dylib                	0x024c3acc SalData::~SalData [not-in-charge]() + 1260
31  com.apple.AppKit               	0x9378c960 -[NSApplication run] + 508
32  com.apple.AppKit               	0x9387d458 NSApplicationMain + 452
33  libvclmxp.dylib                	0x024c1cb4 ImplSVMainHook(unsigned char*) + 372
34  libvclmxp.dylib                	0x02289ff4 SVMain() + 20
35  libsofficeapp.dylib            	0x000b9c40 soffice_main + 240
36  org.openoffice.script          	0x000038f8 main + 24
37  org.openoffice.script          	0x000024cc start + 812
38  org.openoffice.script          	0x000021d0 start + 48

Thread 1:
0   libSystem.B.dylib              	0x90054388 semaphore_timedwait_signal_trap + 8
1   libSystem.B.dylib              	0x900541e4 pthread_cond_timedwait + 676
2   libuno_sal.dylib.3             	0x0021a918 rtl_cache_create + 664
3   libSystem.B.dylib              	0x9002bd08 _pthread_body + 96

Thread 2:
0   libSystem.B.dylib              	0x9000b348 mach_msg_trap + 8
1   libSystem.B.dylib              	0x9000b29c mach_msg + 60
2   com.unsanity.ape               	0xc0001bf4 __ape_agent + 296
3   libSystem.B.dylib              	0x9002bd08 _pthread_body + 96

Thread 3:
0   libSystem.B.dylib              	0x9000b348 mach_msg_trap + 8
1   libSystem.B.dylib              	0x9000b29c mach_msg + 60
2   ...lagutin.audio_hijack.server 	0x0407201c ah_serv_loop + 88
3   libSystem.B.dylib              	0x9002bd08 _pthread_body + 96

Thread 4:
0   libSystem.B.dylib              	0x90054388 semaphore_timedwait_signal_trap + 8
1   libSystem.B.dylib              	0x900541e4 pthread_cond_timedwait + 676
2   libuno_sal.dylib.3             	0x00208410 osl_waitCondition + 192
3   libvos3gcc3.dylib              	0x007a7708 vos::OTimerManager::run() + 136
4   libvos3gcc3.dylib              	0x007a51b0 vos::threadWorkerFunction_impl(void*) + 48
5   libuno_sal.dylib.3             	0x0020ca84 osl_yieldThread + 564
6   libSystem.B.dylib              	0x9002bd08 _pthread_body + 96

Thread 5:
0   libSystem.B.dylib              	0x9005afe0 accept + 12
1   libuno_sal.dylib.3             	0x002146d8 osl_acceptPipe + 40
2   libvos3gcc3.dylib              	0x007ab390 vos::OPipe::accept(vos::OStreamPipe&) + 48
3   libsofficeapp.dylib            	0x000b22bc dyld_stub_NSAddressOfSymbol + 434012
4   libvos3gcc3.dylib              	0x007a51b0 vos::threadWorkerFunction_impl(void*) + 48
5   libuno_sal.dylib.3             	0x0020ca84 osl_yieldThread + 564
6   libSystem.B.dylib              	0x9002bd08 _pthread_body + 96

Thread 6:
0   libSystem.B.dylib              	0x9000b348 mach_msg_trap + 8
1   libSystem.B.dylib              	0x9000b29c mach_msg + 60
2   libjvm.dylib                   	0x9bf5a2fc JNI_CreateJavaVM_Impl + 48732
3   libjvm.dylib                   	0x9bf5a294 JNI_CreateJavaVM_Impl + 48628
4   libjvm.dylib                   	0x9bf5a18c JNI_CreateJavaVM_Impl + 48364
5   libSystem.B.dylib              	0x9002bd08 _pthread_body + 96

Thread 7:
0   libSystem.B.dylib              	0x9000b348 mach_msg_trap + 8
1   libSystem.B.dylib              	0x9000b29c mach_msg + 60
2   libjvm.dylib                   	0x9bfc05a0 jio_snprintf + 391600
3   libjvm.dylib                   	0x9bfc01a4 jio_snprintf + 390580
4   libjvm.dylib                   	0x9bfc096c jio_snprintf + 392572
5   libjvm.dylib                   	0x9bfbffe8 jio_snprintf + 390136
6   libjvm.dylib                   	0x9bf5a18c JNI_CreateJavaVM_Impl + 48364
7   libSystem.B.dylib              	0x9002bd08 _pthread_body + 96

Thread 8:
0   libSystem.B.dylib              	0x9000b348 mach_msg_trap + 8
1   libSystem.B.dylib              	0x9000b29c mach_msg + 60
2   libjvm.dylib                   	0x9bfc0460 jio_snprintf + 391280
3   libjvm.dylib                   	0x9bfd01e4 JVM_MonitorWait + 3028
4   libjvm.dylib                   	0x9bfcf8ac JVM_MonitorWait + 668
5   <<00000000>> 	0x0fbf9264 0 + 264213092
6   <<00000000>> 	0x0fbf2ab0 0 + 264186544
7   <<00000000>> 	0x0fbf2ab0 0 + 264186544
8   <<00000000>> 	0x0fbf0164 0 + 264175972
9   libjvm.dylib                   	0x9bfc1d38 jio_snprintf + 397640
10  libjvm.dylib                   	0x9bfcf444 JVM_StartThread + 2612
11  libjvm.dylib                   	0x9bfcf330 JVM_StartThread + 2336
12  libjvm.dylib                   	0x9bfcf2c0 JVM_StartThread + 2224
13  libjvm.dylib                   	0x9bfcf17c JVM_StartThread + 1900
14  libjvm.dylib                   	0x9bf5a18c JNI_CreateJavaVM_Impl + 48364
15  libSystem.B.dylib              	0x9002bd08 _pthread_body + 96

Thread 9:
0   libSystem.B.dylib              	0x9000b348 mach_msg_trap + 8
1   libSystem.B.dylib              	0x9000b29c mach_msg + 60
2   libjvm.dylib                   	0x9bfc0460 jio_snprintf + 391280
3   libjvm.dylib                   	0x9bfd01e4 JVM_MonitorWait + 3028
4   libjvm.dylib                   	0x9bfcf8ac JVM_MonitorWait + 668
5   <<00000000>> 	0x0fbf9264 0 + 264213092
6   <<00000000>> 	0x0fbf2ab0 0 + 264186544
7   <<00000000>> 	0x0fbf29c0 0 + 264186304
8   <<00000000>> 	0x0fbf29c0 0 + 264186304
9   <<00000000>> 	0x0fbf0164 0 + 264175972
10  libjvm.dylib                   	0x9bfc1d38 jio_snprintf + 397640
11  libjvm.dylib                   	0x9bfcf444 JVM_StartThread + 2612
12  libjvm.dylib                   	0x9bfcf330 JVM_StartThread + 2336
13  libjvm.dylib                   	0x9bfcf2c0 JVM_StartThread + 2224
14  libjvm.dylib                   	0x9bfcf17c JVM_StartThread + 1900
15  libjvm.dylib                   	0x9bf5a18c JNI_CreateJavaVM_Impl + 48364
16  libSystem.B.dylib              	0x9002bd08 _pthread_body + 96

Thread 10:
0   libSystem.B.dylib              	0x9002c4b8 semaphore_wait_trap + 8
1   libjvm.dylib                   	0x9bfe4d88 JVM_RegisterSignal + 10104
2   libjvm.dylib                   	0x9bfe4ab4 JVM_RegisterSignal + 9380
3   libjvm.dylib                   	0x9bfcf17c JVM_StartThread + 1900
4   libjvm.dylib                   	0x9bf5a18c JNI_CreateJavaVM_Impl + 48364
5   libSystem.B.dylib              	0x9002bd08 _pthread_body + 96

Thread 11:
0   libSystem.B.dylib              	0x9000b348 mach_msg_trap + 8
1   libSystem.B.dylib              	0x9000b29c mach_msg + 60
2   libjvm.dylib                   	0x9bfc0460 jio_snprintf + 391280
3   libjvm.dylib                   	0x9bfc0284 jio_snprintf + 390804
4   libjvm.dylib                   	0x9bfe5f80 JVM_RegisterSignal + 14704
5   libjvm.dylib                   	0x9bfe5c38 JVM_RegisterSignal + 13864
6   libjvm.dylib                   	0x9bfcf17c JVM_StartThread + 1900
7   libjvm.dylib                   	0x9bf5a18c JNI_CreateJavaVM_Impl + 48364
8   libSystem.B.dylib              	0x9002bd08 _pthread_body + 96

Thread 12:
0   libSystem.B.dylib              	0x9000b348 mach_msg_trap + 8
1   libSystem.B.dylib              	0x9000b29c mach_msg + 60
2   libjvm.dylib                   	0x9bfc0460 jio_snprintf + 391280
3   libjvm.dylib                   	0x9bfc01a4 jio_snprintf + 390580
4   libjvm.dylib                   	0x9bfe6604 JVM_RegisterSignal + 16372
5   libjvm.dylib                   	0x9bfcf17c JVM_StartThread + 1900
6   libjvm.dylib                   	0x9bf5a18c JNI_CreateJavaVM_Impl + 48364
7   libSystem.B.dylib              	0x9002bd08 _pthread_body + 96

Thread 13:
0   libSystem.B.dylib              	0x9000b348 mach_msg_trap + 8
1   libSystem.B.dylib              	0x9000b29c mach_msg + 60
2   libjvm.dylib                   	0x9bfc05a0 jio_snprintf + 391600
3   libjvm.dylib                   	0x9bffba84 JVM_RegisterSignal + 103540
4   libjvm.dylib                   	0x9bffb620 JVM_RegisterSignal + 102416
5   libjvm.dylib                   	0x9bf5a18c JNI_CreateJavaVM_Impl + 48364
6   libSystem.B.dylib              	0x9002bd08 _pthread_body + 96

Thread 14:
0   libSystem.B.dylib              	0x9000b348 mach_msg_trap + 8
1   libSystem.B.dylib              	0x9000b29c mach_msg + 60
2   libjvm.dylib                   	0x9bfc05a0 jio_snprintf + 391600
3   libjvm.dylib                   	0x9bfd01e4 JVM_MonitorWait + 3028
4   libjvm.dylib                   	0x9bfcf8ac JVM_MonitorWait + 668
5   <<00000000>> 	0x0fbf9264 0 + 264213092
6   <<00000000>> 	0x0fbf2ab0 0 + 264186544
7   <<00000000>> 	0x0fbf2ab0 0 + 264186544
8   <<00000000>> 	0x0fbf29c0 0 + 264186304
9   <<00000000>> 	0x0fbf2e10 0 + 264187408
10  <<00000000>> 	0x0fbf0164 0 + 264175972
11  libjvm.dylib                   	0x9bfc1d38 jio_snprintf + 397640
12  libjvm.dylib                   	0x9bfcf444 JVM_StartThread + 2612
13  libjvm.dylib                   	0x9bfcf330 JVM_StartThread + 2336
14  libjvm.dylib                   	0x9bfcf2c0 JVM_StartThread + 2224
15  libjvm.dylib                   	0x9bfcf17c JVM_StartThread + 1900
16  libjvm.dylib                   	0x9bf5a18c JNI_CreateJavaVM_Impl + 48364
17  libSystem.B.dylib              	0x9002bd08 _pthread_body + 96

Thread 0 crashed with PPC Thread State 64:
  srr0: 0x0000000001d91e4c srr1: 0x000000000200f030                        vrsave: 0x0000000000000000
    cr: 0x24424224          xer: 0x0000000000000004   lr: 0x0000000001d91e40  ctr: 
0x00000000900015c8
    r0: 0x0000000001d9206c   r1: 0x00000000bfffe410   r2: 0x0000000000000004   r3: 
0x0000000000000010
    r4: 0x0000000000000000   r5: 0x00000000095a6190   r6: 0x00000000ffffffff   r7: 
0x0000000000475550
    r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x000000001200d0a0  r11: 
0x00000000003a0794
   r12: 0x00000000900015c8  r13: 0x00000000bfffed88  r14: 0x00000000bfffed74  r15: 
0x00000000bfffed6c
   r16: 0x0000000009302eb4  r17: 0x0000000000000000  r18: 0x0000000000000001  r19: 
0x00000000bfffec2c
   r20: 0x00000000bfffec30  r21: 0x00000000004d25b8  r22: 0x0000000000000000  r23: 
0x00000000025f4994
   r24: 0x00000000bfffe5dc  r25: 0x0000000000000000  r26: 0x00000000bfffe748  r27: 
0x0000000000000010
   r28: 0x00000000bfffe55c  r29: 0x000000001200d094  r30: 0x00000000037aa58c  r31: 
0x0000000001d91e40

Binary Images Description:
    0x1000 -     0x3fff org.openoffice.script 3.0.0 (???)	
/Applications/OpenOffice.org.app/Contents/MacOS/soffice.bin
    0x8000 -     0xcfff libi18nisolang1gcc3.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libi18nisolang1gcc3.dylib
   0x18000 -    0x1afff libuno_salhelpergcc3.dylib.3 	
/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/lib/libuno_salhelpergcc3.dylib.3
   0x1e000 -    0x24fff libsaxmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libsaxmxp.dylib
   0x35000 -    0x3afff libjmxp_g.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libjmxp_g.dylib
   0x3f000 -    0x44fff libjvmaccessgcc3.dylib.3 	/Applications/OpenOffice.org.app/Contents/basis-
link/ure-link/lib/libjvmaccessgcc3.dylib.3
   0x7b000 -    0xd9fff libsofficeapp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libsofficeapp.dylib
  0x205000 -   0x39ffff libuno_sal.dylib.3 	/Applications/OpenOffice.org.app/Contents/basis-
link/ure-link/lib/libuno_sal.dylib.3
  0x3c9000 -   0x4c9fff libcomphelp4gcc3.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libcomphelp4gcc3.dylib
  0x5e6000 -   0x67cfff libuno_cppuhelpergcc3.dylib.3 	
/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/lib/libuno_cppuhelpergcc3.dylib.3
  0x6ab000 -   0x6d8fff libuno_cppu.dylib.3 	/Applications/OpenOffice.org.app/Contents/basis-
link/ure-link/lib/libuno_cppu.dylib.3
  0x6e0000 -   0x766fff libtlmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libtlmxp.dylib
  0x79e000 -   0x7b2fff libvos3gcc3.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libvos3gcc3.dylib
  0x7ce000 -   0x7d2fff libi18nutilgcc3.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libi18nutilgcc3.dylib
 0x1008000 -  0x133afff libsfxmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libsfxmxp.dylib
 0x15b6000 -  0x1695fff libsvlmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libsvlmxp.dylib
 0x1730000 -  0x1a37fff libsvtmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libsvtmxp.dylib
 0x1c9b000 -  0x1e59fff libtkmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libtkmxp.dylib
 0x20c6000 -  0x212cfff libucbhelper4gcc3.dylib 	
/Applications/OpenOffice.org.app/Contents/basis-link/program/libucbhelper4gcc3.dylib
 0x2183000 -  0x21fefff libutlmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libutlmxp.dylib
 0x2276000 -  0x25acfff libvclmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libvclmxp.dylib
 0x27c7000 -  0x2843fff libfwemxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libfwemxp.dylib
 0x28a2000 -  0x29a6fff libsbmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libsbmxp.dylib
 0x2a69000 -  0x2adbfff libxcrmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libxcrmxp.dylib
 0x2b2c000 -  0x2b78fff libsotmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libsotmxp.dylib
 0x2bb1000 -  0x2bd9fff libfwimxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libfwimxp.dylib
 0x2bfb000 -  0x2c65fff libbasegfxmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libbasegfxmxp.dylib
 0x2ca8000 -  0x2d8cfff libicuuc.dylib.36.0 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libicuuc.dylib.36.0
 0x2de1000 -  0x2e0ffff libicule.dylib.36.0 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libicule.dylib.36.0
 0x2e2f000 -  0x2ffefff libbasebmpmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libbasebmpmxp.dylib
 0x3142000 -  0x3762fff libicudata.dylib.36.0 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libicudata.dylib.36.0
 0x3765000 -  0x377efff libjvmfwk.dylib.3 	/Applications/OpenOffice.org.app/Contents/basis-
link/ure-link/lib/libjvmfwk.dylib.3
 0x406f000 -  0x407bfff alex_lagutin.audio_hijack.server 1.5.0	/Library/Application 
Enhancers/Instant Hijack Server.ape/Contents/MacOS/Instant Hijack Server
 0x4d76000 -  0x4d84fff libgcc3_uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/ure-link/lib/libgcc3_uno.dylib
 0x4d88000 -  0x4da5fff libreg.dylib.3 	/Applications/OpenOffice.org.app/Contents/basis-link/ure-
link/lib/libreg.dylib.3
 0x78dc000 -  0x7982fff bootstrap.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/ure-link/lib/bootstrap.uno.dylib
 0x79a7000 -  0x79bffff libstore.dylib.3 	/Applications/OpenOffice.org.app/Contents/basis-
link/ure-link/lib/libstore.dylib.3
 0x87f0000 -  0x87f2fff libunsafe_uno_uno.dylib 	
/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/lib/libunsafe_uno_uno.dylib
 0x87f6000 -  0x87fbfff libuno_purpenvhelpergcc3.dylib.3 	
/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/lib/libuno_purpenvhelpergcc3.dylib.3
 0x880e000 -  0x89d1fff configmgr2.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/configmgr2.uno.dylib
 0x8a4c000 -  0x8a62fff stocservices.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/ure-link/lib/stocservices.uno.dylib
 0x8a9b000 -  0x8aa3fff sysmgr1.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/sysmgr1.uno.dylib
 0x8ae0000 -  0x8b0ffff sax.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/sax.uno.dylib
 0x8b17000 -  0x8b1efff localebe1.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/localebe1.uno.dylib
 0x8b33000 -  0x8b39fff behelper.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/behelper.uno.dylib
 0x8b73000 -  0x8b98fff libsplmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libsplmxp.dylib
 0x8c49000 -  0x8c4dfff ucpexpand1.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/ucpexpand1.uno.dylib
 0x8c88000 -  0x8d0bfff deploymentmxp.uno.dylib 	
/Applications/OpenOffice.org.app/Contents/basis-link/program/deploymentmxp.uno.dylib
 0x8d2c000 -  0x8d41fff libdeploymentmiscmxp.dylib 	
/Applications/OpenOffice.org.app/Contents/basis-link/program/libdeploymentmiscmxp.dylib
 0x8d59000 -  0x8d9afff libhelplinkermxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libhelplinkermxp.dylib
 0x8dc5000 -  0x8e65fff libdb-4.2.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libdb-4.2.dylib
 0x8ed9000 -  0x8f11fff libucb1.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libucb1.dylib
 0x8f20000 -  0x8f3dfff libfwlmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libfwlmxp.dylib
 0x8f46000 -  0x8f4efff macbe1.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/macbe1.uno.dylib
 0x8f74000 -  0x8f97fff streams.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/ure-link/lib/streams.uno.dylib
 0x8fa3000 -  0x8ff3fff libucpfile1.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libucpfile1.dylib
 0x902a000 -  0x92fcfff libfwkmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libfwkmxp.dylib
 0x93c9000 -  0x940bfff libfilterconfig1.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libfilterconfig1.dylib
 0x97f0000 -  0x97fdfff libfileacc.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libfileacc.dylib
 0x9811000 -  0x9818fff libmcnttype.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libmcnttype.dylib
 0x99e8000 -  0x99fffff libavmediamxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libavmediamxp.dylib
 0x9a1c000 -  0x9a64fff libgomxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libgomxp.dylib
 0x9a92000 -  0x9ae2fff libpackage2.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libpackage2.dylib
 0x9d3b000 -  0xa785fff libsvxmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libsvxmxp.dylib
 0xb0ad000 -  0xb47afff libxomxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libxomxp.dylib
 0xb709000 -  0xb77afff liblngmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/liblngmxp.dylib
 0xb8fe000 -  0xb91dfff libdtransaquamxp.dylib 	
/Applications/OpenOffice.org.app/Contents/basis-link/program/libdtransaquamxp.dylib
 0xb948000 -  0xba7bfff i18npool.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/i18npool.uno.dylib
 0xbab4000 -  0xbb90fff libicui18n.dylib.36.0 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libicui18n.dylib.36.0
 0xbcf0000 -  0xbd0cfff introspection.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/ure-link/lib/introspection.uno.dylib
 0xbd24000 -  0xbd29fff proxyfac.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/ure-link/lib/proxyfac.uno.dylib
 0xbd2e000 -  0xbd47fff libdbpool2.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libdbpool2.dylib
 0xbd50000 -  0xbd5efff libsdbc2.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libsdbc2.dylib
 0xbd7d000 -  0xbd8cfff liblocaledata_en.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/liblocaledata_en.dylib
 0xbec0000 -  0xbeedfff libuuimxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libuuimxp.dylib
 0xbefe000 -  0xbf49fff libdbaxmlmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libdbaxmlmxp.dylib
 0xbf5d000 -  0xc2bbfff libdbumxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libdbumxp.dylib
 0xc595000 -  0xc6ccfff libdbtoolsmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libdbtoolsmxp.dylib
 0xc82d000 -  0xc88cfff libxstor.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libxstor.dylib
 0xc8cc000 -  0xcabbfff libdbamxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libdbamxp.dylib
 0xcb37000 -  0xcb94fff liblocaledata_euro.dylib 	
/Applications/OpenOffice.org.app/Contents/basis-link/program/liblocaledata_euro.dylib
 0xcc9e000 -  0xccb8fff fsstorage.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/fsstorage.uno.dylib
 0xcd69000 -  0xcd83fff reflection.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/ure-link/lib/reflection.uno.dylib
 0xcd8d000 -  0xcda1fff liblogmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/liblogmxp.dylib
 0xcdab000 -  0xcdb0fff libodbc2.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libodbc2.dylib
 0xcdb5000 -  0xcddafff libcalcmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libcalcmxp.dylib
 0xd1f6000 -  0xd251fff libodbcbase2.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libodbcbase2.dylib
 0xd2cf000 -  0xd336fff libjdbc2.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libjdbc2.dylib
 0xd355000 -  0xd3b9fff libfilemxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libfilemxp.dylib
 0xd44a000 -  0xd48efff libdbasemxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libdbasemxp.dylib
 0xd4bc000 -  0xd4eafff libevoab1.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libevoab1.dylib
 0xd511000 -  0xd534fff libflatmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libflatmxp.dylib
 0xd559000 -  0xd55ffff libmacab1.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libmacab1.dylib
 0xd564000 -  0xd5a0fff libmacabdrv1.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libmacabdrv1.dylib
 0xd5c8000 -  0xd602fff libhsqldb2.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libhsqldb2.dylib
 0xd61e000 -  0xd636fff javavm.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/ure-link/lib/javavm.uno.dylib
 0xd63f000 -  0xd64efff sunjavaplugin.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/ure-link/lib/sunjavaplugin.dylib
0x11fad000 - 0x11fb8fff libevtatt.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libevtatt.dylib
0x120eb000 - 0x12145fff libucpchelp1.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libucpchelp1.dylib
0x12157000 - 0x1216bfff svtmisc.uno.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/svtmisc.uno.dylib
0x12be2000 - 0x12bfefff libsdbtmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libsdbtmxp.dylib
0x12c38000 - 0x12e58fff libfrmmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libfrmmxp.dylib
0x133eb000 - 0x134bffff libaccmxp.dylib 	/Applications/OpenOffice.org.app/Contents/basis-
link/program/libaccmxp.dylib
0x8f760000 - 0x8f7a1fff com.apple.CoreMediaIOServicesPrivate 9.0	
/System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOS
ervicesPrivate
0x8f840000 - 0x8f86efff com.apple.CoreMediaPrivate 9.0	
/System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x8fe00000 - 0x8fe52fff dyld 46.16	/usr/lib/dyld
0x90000000 - 0x901bcfff libSystem.B.dylib 	/usr/lib/libSystem.B.dylib
0x90214000 - 0x90219fff libmathCommon.A.dylib 	/usr/lib/system/libmathCommon.A.dylib
0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???)	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.frame
work/Versions/A/CoreText
0x90293000 - 0x90344fff ATS 	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/ATS
0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.78 (???)	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.fr
amework/Versions/A/CoreGraphics
0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368.35)	
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???)	
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x908e0000 - 0x909e2fff libicucore.A.dylib 	/usr/lib/libicucore.A.dylib
0x90a3c000 - 0x90ac0fff libobjc.A.dylib 	/usr/lib/libobjc.A.dylib
0x90aea000 - 0x90b5cfff com.apple.framework.IOKit 1.4 (???)	
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90b72000 - 0x90b84fff libauto.dylib 	/usr/lib/libauto.dylib
0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.17	
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework
/Versions/A/CarbonCore
0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1	
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/
Versions/A/OSServices
0x90f92000 - 0x90fd4fff com.apple.CFNetwork 4.0 (129.23)	
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/
Versions/A/CFNetwork
0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0)	
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.frame
work/Versions/A/WebServicesCore
0x91011000 - 0x91092fff com.apple.SearchKit 1.0.7	
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/V
ersions/A/SearchKit
0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36)	
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/V
ersions/A/Metadata
0x91112000 - 0x91120fff libz.1.dylib 	/usr/lib/libz.1.dylib
0x91123000 - 0x912defff com.apple.security 4.6 (29770)	
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2	
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x913ed000 - 0x913f5fff libbsm.dylib 	/usr/lib/libbsm.dylib
0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3	
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91434000 - 0x9143ffff libgcc_s.1.dylib 	/usr/lib/libgcc_s.1.dylib
0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5	
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???)	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x914fe000 - 0x91536fff com.apple.AE 1.5 (297)	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/V
ersions/A/AE
0x91551000 - 0x91623fff com.apple.ColorSync 4.4.10	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.frame
work/Versions/A/ColorSync
0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13)	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.frame
work/Versions/A/PrintCore
0x9174e000 - 0x91805fff com.apple.QD 3.10.25 (???)	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/
Versions/A/QD
0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???)	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.frame
work/Versions/A/HIServices
0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.fra
mework/Versions/A/LangAnalysis
0x91904000 - 0x91929fff com.apple.FindByContent 1.5	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.fr
amework/Versions/A/FindByContent
0x9193c000 - 0x9197efff com.apple.LaunchServices 183	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.f
ramework/Versions/A/LaunchServices
0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis
.framework/Versions/A/SpeechSynthesis
0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.7	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framew
ork/Versions/A/ImageIO
0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib 	/usr/lib/libcrypto.0.9.7.dylib
0x91b2e000 - 0x91b43fff libcups.2.dylib 	/usr/lib/libcups.2.dylib
0x91b48000 - 0x91b66fff libJPEG.dylib 	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framew
ork/Versions/A/Resources/libJPEG.dylib
0x91b6c000 - 0x91c23fff libJP2.dylib 	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framew
ork/Versions/A/Resources/libJP2.dylib
0x91c72000 - 0x91c76fff libGIF.dylib 	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framew
ork/Versions/A/Resources/libGIF.dylib
0x91c78000 - 0x91ce2fff libRaw.dylib 	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framew
ork/Versions/A/Resources/libRaw.dylib
0x91ce7000 - 0x91d24fff libTIFF.dylib 	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framew
ork/Versions/A/Resources/libTIFF.dylib
0x91d2b000 - 0x91d45fff libPng.dylib 	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framew
ork/Versions/A/Resources/libPng.dylib
0x91d4a000 - 0x91d4dfff libRadiance.dylib 	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framew
ork/Versions/A/Resources/libRadiance.dylib
0x91d4f000 - 0x91e3dfff libxml2.2.dylib 	/usr/lib/libxml2.2.dylib
0x91e5c000 - 0x91e5cfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2)	
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91e5e000 - 0x91f43fff com.apple.vImage 2.4	
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versi
ons/A/vImage
0x91f4b000 - 0x91f6afff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2)	
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versio
ns/A/vecLib
0x91fd6000 - 0x92044fff libvMisc.dylib 	
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versio
ns/A/libvMisc.dylib
0x9204f000 - 0x920e4fff libvDSP.dylib 	
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versio
ns/A/libvDSP.dylib
0x920fe000 - 0x92686fff libBLAS.dylib 	
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versio
ns/A/libBLAS.dylib
0x926b9000 - 0x929e4fff libLAPACK.dylib 	
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versio
ns/A/libLAPACK.dylib
0x92a14000 - 0x92b02fff libiconv.2.dylib 	/usr/lib/libiconv.2.dylib
0x92b05000 - 0x92b8dfff com.apple.DesktopServices 1.3.7	
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92bce000 - 0x92df9fff com.apple.Foundation 6.4.10 (567.37)	
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92f26000 - 0x92f44fff libGL.dylib 	
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92f4f000 - 0x92fa9fff libGLU.dylib 	
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92fc7000 - 0x92fc7fff com.apple.Carbon 10.4 (???)	
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92fc9000 - 0x92fddfff com.apple.ImageCapture 3.0	
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/V
ersions/A/ImageCapture
0x92ff5000 - 0x93005fff com.apple.speech.recognition.framework 3.4	
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framewo
rk/Versions/A/SpeechRecognition
0x93011000 - 0x93026fff com.apple.securityhi 2.0 (203)	
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versio
ns/A/SecurityHI
0x93038000 - 0x930bffff com.apple.ink.framework 101.2 (69)	
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/I
nk
0x930d3000 - 0x930defff com.apple.help 1.0.3 (32)	
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A
/Help
0x930e8000 - 0x93115fff com.apple.openscripting 1.2.5 (???)	
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/V
ersions/A/OpenScripting
0x9312f000 - 0x9313efff com.apple.print.framework.Print 5.2 (192.4)	
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A
/Print
0x9314a000 - 0x931b0fff com.apple.htmlrendering 1.1.2	
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/
Versions/A/HTMLRendering
0x931e1000 - 0x93230fff com.apple.NavigationServices 3.4.4 (3.4.3)	
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framewor
k/Versions/A/NavigationServices
0x9325e000 - 0x9327bfff com.apple.audio.SoundManager 3.9	
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Ve
rsions/A/CarbonSound
0x9328d000 - 0x9329afff com.apple.CommonPanels 1.2.2 (73)	
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/
Versions/A/CommonPanels
0x932a3000 - 0x935b1fff com.apple.HIToolbox 1.4.10 (???)	
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versi
ons/A/HIToolbox
0x93701000 - 0x9370dfff com.apple.opengl 1.4.7	
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93712000 - 0x93732fff com.apple.DirectoryService.Framework 3.3	
/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9373f000 - 0x93744fff com.apple.JavaVM 11.7.0	
/System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x93786000 - 0x93786fff com.apple.Cocoa 6.4 (???)	
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93788000 - 0x93dbbfff com.apple.AppKit 6.4.10 (824.48)	
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94148000 - 0x941bafff com.apple.CoreData 91 (92.1)	
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x941f3000 - 0x942b8fff com.apple.audio.toolbox.AudioToolbox 1.4.7	
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9430b000 - 0x9430bfff com.apple.audio.units.AudioUnit 1.4	
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9430d000 - 0x944cdfff com.apple.QuartzCore 1.4.12	
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94517000 - 0x94554fff libsqlite3.0.dylib 	/usr/lib/libsqlite3.0.dylib
0x9455c000 - 0x945acfff libGLImage.dylib 	
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x945b5000 - 0x945d0fff com.apple.CoreVideo 1.4.2	
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x945e1000 - 0x94601fff libmx.A.dylib 	/usr/lib/libmx.A.dylib
0x947a4000 - 0x947b3fff libCGATS.A.dylib 	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.fr
amework/Versions/A/Resources/libCGATS.A.dylib
0x947bb000 - 0x947c8fff libCSync.A.dylib 	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.fr
amework/Versions/A/Resources/libCSync.A.dylib
0x9480e000 - 0x94827fff libRIP.A.dylib 	
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.fr
amework/Versions/A/Resources/libRIP.A.dylib
0x9482e000 - 0x94b5afff com.apple.QuickTime 7.5.0 (861)	
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94c41000 - 0x94cb2fff libstdc++.6.dylib 	/usr/lib/libstdc++.6.dylib
0x94e27000 - 0x94f57fff com.apple.AddressBook.framework 4.0.6 (490)	
/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x94fea000 - 0x94ff9fff com.apple.DSObjCWrappers.Framework 1.1	
/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x95001000 - 0x9502efff com.apple.LDAPFramework 1.4.1 (69.0.1)	
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x95035000 - 0x95045fff libsasl2.2.dylib 	/usr/lib/libsasl2.2.dylib
0x95049000 - 0x95078fff libssl.0.9.7.dylib 	/usr/lib/libssl.0.9.7.dylib
0x95088000 - 0x950a5fff libresolv.9.dylib 	/usr/lib/libresolv.9.dylib
0x9622f000 - 0x96258fff libxslt.1.dylib 	/usr/lib/libxslt.1.dylib
0x96260000 - 0x96307fff com.apple.QTKit 7.5 (861)	
/System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x9bf4d000 - 0x9c2c7fff libjvm.dylib 	
/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Libraries/libjvm.dylib
0x9c332000 - 0x9c350fff libjava.jnilib 	
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jnilib
0x9c35b000 - 0x9c363fff libverify.dylib 	
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify.dylib
0x9c42c000 - 0x9c438fff libnet.jnilib 	
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnet.jnilib
0x9c43c000 - 0x9c441fff libnio.jnilib 	
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnio.jnilib
0x9c498000 - 0x9c4a5fff libzip.jnilib 	
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jnilib
0xc0000000 - 0xc000ffff com.unsanity.ape 2.0.3	
/Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhancer

Model: PowerMac10,1, BootROM 4.8.9f4, 1 processors, PowerPC G4  (1.2), 1.42 GHz, 1 GB
Graphics: ATI Radeon 9200, ATY,RV280, AGP, 32 MB
Memory Module: DIMM0/J11, 1 GB, DDR SDRAM, PC3200U-30330
AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incoming serial ports
Network Service: Ethernet (integriert), Ethernet, en0
Network Service: AirPort, AirPort, en1
Parallel ATA Device: TOSHIBA MK8025GAS, 74.53 GB
Parallel ATA Device: MATSHITADVD-R   UJ-845C
USB Device: USB2.0 Hub, Up to 480 Mb/sec, 500 mA
USB Device: Hub, Up to 480 Mb/sec, 500 mA
USB Device: CanoScan, Canon, Up to 480 Mb/sec, 500 mA
USB Device: Seagate External Drive, Jabil Circuit, Up to 480 Mb/sec, 500 mA
USB Device: Trackball, Logitech, Up to 1.5 Mb/sec, 500 mA
USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
FireWire Device: 3000DV  v1.00.00, Maxtor, Up to 400 Mb/sec

Comment 42 nospam4obr 2008-07-18 20:48:54 UTC
@loria: what you experienced is probably another instance of issue 90575.
Comment 43 Loria 2008-07-18 22:31:28 UTC
I tried to verify this with m25.
at least this scenario seems to be fixed now.
Comment 44 eric.bachard 2008-07-18 22:39:38 UTC
@loria

The fixes are in a11y02 cws, and afaik, they are not integrated yet (probably
soon). IMHO, if you really want to verify, either test my hacky builds
(http://ooaqua.laurentbuisson.fr) or wait for a11y02 integration.
Comment 45 eric.bachard 2008-07-18 22:40:38 UTC
I forgot: the fixes for the crashes (caused by accessibility bug in Tiger)
Comment 46 Mechtilde 2008-07-18 22:47:31 UTC
@ ericb

where can I read more about this CWS?
Comment 47 Mechtilde 2009-01-03 13:50:59 UTC
reported as Fixed in 3.0 -< closed