[Java/SWT] Crash de Swt

Eul Mulot

Membre actif
12 Juin 2006
822
73
35
Belfort
Bonsoir !

Voilà un petit bout de temps que j'ai ce soucis, et je n'ai pas trouvé de solutions à mon problème après pas mal de recherches.

J'ai une appli qui fonctionne avec SWT, et lorsque que je la lance, j'ai quelques composants graphiques comme le SplashScreen et l'interface principale qui s'affiche bien comme il faut puis à chaque fois, plaf, SWT quitte inopinément.

A savoir qu'avec les mêmes jar exécutables cela passe sans aucun soucis sur Linux/Windows.

Bien entendu ma version de SWT est celle pour Mac, j'ai essayé avec la version stable et la version beta, même problème. Le soucis est identique sur une autre machine elle aussi en 10.4.11 (je suis en 10.4.10).

Le message d'erreur de SWT concernerai la JVM, mais après recherches, je n'ai pas trouvé le code d'erreur correspondant sur le net.

Voici un screen du message d'erreur. SI quelqu'un avait un solution là dessus, parce que je suis obligé de bosser sous Eclipse depuis une VM sur mon disque externe et donc de lancer l'appli depuis cette même VM infame, et surtout, cette appli devait être X Plateform à la base !

Merci par avance !
 
Salut l'mulot,

Et tu as des infos dans les logs ? (genre, Applications / Utilitaires / Console) ?

Me semble que j'avais eu un probleme similaire à cause d'un soucis de path dans les différentes versions de JDK de ma machine...
 
J'ai aussi oublié de préciser : pour d'autres petites applis bateaux que je fais en SWT elle tournent impec, pas de soucis de crash, mais je les lance depuis Eclipse. Le projet en question est constitué de .jar (plugins par exemple), donc je ne le lance pas depuis Eclipse.

J'ai regardé dans les logs, j'ai relancé une fois l'appli pour avoir un log vrai ^^

Bloc de code:
Mar 10 21:43:01 Mulot crashdump[1874]: java crashed
Mar 10 21:43:03 Mulot crashdump[1874]: crash report written to: /Users/mulot/Library/Logs/CrashReporter/java.crash.log

Donc toi ton soucis c'était un soucis de path ?

Mon classpath (dégueux !)
Bloc de code:
Mulot:~ mulot$ echo $CLASSPATH
/Developer/JMF-2.1.1e/lib/jmf.jar:/Developer/fmj/fmj.jar:.:/System/Library/Frameworks/JavaVM.framework/Home/lib

En sachant que dans le fichier .jar executable, il y a un manifest avec la désignation du répertoire de la lib swt, qui est reconnue car j'arrive à avoir un SplashScreen et des composant, puis ça crash toujours au moment.
 
Ajout : Premier post trop long je dois mettre le log dans celui ci :

Le log correspondant :

Bloc de code:
Host Name:      Mulot
Date/Time:      2008-03-10 21:42:58.297 +0100
OS Version:     10.4.10 (Build 8R2218)
Report Version: 4

Command: java
Path:    /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java
Parent:  Jar Launcher [1870]

Version: ??? (???)

PID:    1871
Thread: 0

Exception:  EXC_BAD_INSTRUCTION (0x0002)
Code[0]:    0x0000000d
Code[1]:    0x00000000


Thread 0 Crashed:
0   libclient.dylib              	0x9b2bc7e9 JVM_RaiseSignal + 595867
1   libclient.dylib              	0x9b2bc8a4 JVM_RaiseSignal + 596054
2   libclient.dylib              	0x9aff4862 JNI_CreateJavaVM_Impl + 49220
3   libclient.dylib              	0x9b0cae85 JVM_Write + 18645
4   libswt-carbon-3428.jnilib    	0x06825d83 callback + 317
5   <<00000000>> 	0x007fc655 0 + 8373845
6   com.apple.CoreFoundation     	0x9082dd6e __CFRunLoopDoObservers + 342
7   com.apple.CoreFoundation     	0x9082d0e1 CFRunLoopRunSpecific + 1548
8   com.apple.CoreFoundation     	0x9082cace CFRunLoopRunInMode + 61
9   java                         	0x000046d8 0x1000 + 14040
10  java                         	0x00001ee6 0x1000 + 3814
11  java                         	0x00001e0d 0x1000 + 3597

to be continued ...
 
Bloc de code:
Thread 1:
0   libSystem.B.dylib            	0x9000ffec read + 12
1   com.apple.CoreFoundation     	0x9082e0e7 CFURLCreateDataAndPropertiesFromResource + 284
2   com.apple.CoreFoundation     	0x9082020b _CFBundleCopyInfoDictionaryInDirectoryWithVersion + 1364
3   com.apple.CoreFoundation     	0x90864fe5 _CFBundleCopyInfoDictionaryInDirectory + 177
4   com.apple.CoreFoundation     	0x9086e71b CFBundleCopyInfoDictionaryInDirectory + 33
5   com.apple.HIToolbox          	0x92e767b4 islcCopyInputModeInfo_NoLoad + 45
6   com.apple.HIToolbox          	0x92e75b31 GetInputSourceCacheArray + 731
7   com.apple.HIToolbox          	0x92e7579f islcGetInputSourceCacheIndexFromData + 55
8   com.apple.HIToolbox          	0x92e73917 islGetInputSourceList + 879
9   com.apple.HIToolbox          	0x93005195 isCreateCurrentKeyboardInputSourceRef + 581
10  com.apple.HIToolbox          	0x930069dd TSMCurrentKeyboardInputSourceRefCreate + 49
11  com.apple.HIToolbox          	0x92e6a039 MyActivateTSMDocument + 353
12  com.apple.HIToolbox          	0x92e69e6b CallMyActivateTSMDocument + 33
13  com.apple.HIToolbox          	0x92e1aa8a TimerVector + 31
14  com.apple.CoreFoundation     	0x9082d7e2 CFRunLoopRunSpecific + 3341
15  com.apple.CoreFoundation     	0x9082cace CFRunLoopRunInMode + 61
16  com.apple.HIToolbox          	0x92de28d8 RunCurrentEventLoopInMode + 285
17  com.apple.HIToolbox          	0x92de1f19 ReceiveNextEventCommon + 184
18  com.apple.HIToolbox          	0x92ef897c ReceiveNextEvent + 58
19  libswt-pi-carbon-3428.jnilib 	0x06895a46 Java_org_eclipse_swt_internal_carbon_OS_ReceiveNextEvent + 188
20  <<00000000>> 	0x04590281 0 + 72942209
21  <<00000000>> 	0x0458aa7f 0 + 72919679
22  <<00000000>> 	0x0458ab2b 0 + 72919851
23  <<00000000>> 	0x0458a9d3 0 + 72919507
24  <<00000000>> 	0x0458a9d3 0 + 72919507
25  <<00000000>> 	0x0458a9d3 0 + 72919507
26  <<00000000>> 	0x0458acd9 0 + 72920281
27  <<00000000>> 	0x0458a9d3 0 + 72919507
28  <<00000000>> 	0x0458ab2b 0 + 72919851
29  <<00000000>> 	0x0458ab2b 0 + 72919851
30  <<00000000>> 	0x0458ab2b 0 + 72919851
31  <<00000000>> 	0x0458a9d3 0 + 72919507
32  <<00000000>> 	0x0458821f 0 + 72909343
33  libclient.dylib              	0x9b05df8a jio_snprintf + 396118
34  libclient.dylib              	0x9b05dcd8 jio_snprintf + 395428
35  libclient.dylib              	0x9b07a18f JVM_MaxMemory + 7283
36  libclient.dylib              	0x9b0c60ba JVM_FindLoadedClass + 2286
37  java                         	0x00003d10 0x1000 + 11536
38  java                         	0x00004540 0x1000 + 13632
39  libSystem.B.dylib            	0x90024227 _pthread_body + 84

Thread 2:
0   libSystem.B.dylib            	0x90009cd7 mach_msg_trap + 7
1   libclient.dylib              	0x9aff569d JNI_CreateJavaVM_Impl + 52863
2   libclient.dylib              	0x9aff5629 JNI_CreateJavaVM_Impl + 52747
3   libclient.dylib              	0x9aff554b JNI_CreateJavaVM_Impl + 52525
4   libSystem.B.dylib            	0x90024227 _pthread_body + 84

Thread 3:
0   libSystem.B.dylib            	0x90009cd7 mach_msg_trap + 7
1   libclient.dylib              	0x9b05c7f6 jio_snprintf + 390082
2   libclient.dylib              	0x9b05c674 jio_snprintf + 389696
3   libclient.dylib              	0x9b05cd12 jio_snprintf + 391390
4   libclient.dylib              	0x9b05c368 jio_snprintf + 388916
5   libclient.dylib              	0x9aff554b JNI_CreateJavaVM_Impl + 52525
6   libSystem.B.dylib            	0x90024227 _pthread_body + 84

Thread 4:
0   libSystem.B.dylib            	0x90009cd7 mach_msg_trap + 7
1   libclient.dylib              	0x9b05c8ac jio_snprintf + 390264
2   libclient.dylib              	0x9b06b4c5 JVM_MonitorWait + 3669
3   libclient.dylib              	0x9b06aae6 JVM_MonitorWait + 1142
4   libclient.dylib              	0x9b06a869 JVM_MonitorWait + 505
5   <<00000000>> 	0x04590281 0 + 72942209
6   <<00000000>> 	0x0458a9d3 0 + 72919507
7   <<00000000>> 	0x0458a9d3 0 + 72919507
8   <<00000000>> 	0x0458821f 0 + 72909343
9   libclient.dylib              	0x9b05df8a jio_snprintf + 396118
10  libclient.dylib              	0x9b06a667 JVM_StartThread + 2397
11  libclient.dylib              	0x9b06a579 JVM_StartThread + 2159
12  libclient.dylib              	0x9b06a4bd JVM_StartThread + 1971
13  libclient.dylib              	0x9b06a3e1 JVM_StartThread + 1751
14  libclient.dylib              	0x9aff554b JNI_CreateJavaVM_Impl + 52525
15  libSystem.B.dylib            	0x90024227 _pthread_body + 84

Thread 5:
0   libSystem.B.dylib            	0x90009cd7 mach_msg_trap + 7
1   libclient.dylib              	0x9b05c8ac jio_snprintf + 390264
2   libclient.dylib              	0x9b06b4c5 JVM_MonitorWait + 3669
3   libclient.dylib              	0x9b06aae6 JVM_MonitorWait + 1142
4   libclient.dylib              	0x9b06a869 JVM_MonitorWait + 505
5   <<00000000>> 	0x04590281 0 + 72942209
6   <<00000000>> 	0x0458a9d3 0 + 72919507
7   <<00000000>> 	0x0458aaaa 0 + 72919722
8   <<00000000>> 	0x0458aaaa 0 + 72919722
9   <<00000000>> 	0x0458821f 0 + 72909343
10  libclient.dylib              	0x9b05df8a jio_snprintf + 396118
11  libclient.dylib              	0x9b06a667 JVM_StartThread + 2397
12  libclient.dylib              	0x9b06a579 JVM_StartThread + 2159
13  libclient.dylib              	0x9b06a4bd JVM_StartThread + 1971
14  libclient.dylib              	0x9b06a3e1 JVM_StartThread + 1751
15  libclient.dylib              	0x9aff554b JNI_CreateJavaVM_Impl + 52525
16  libSystem.B.dylib            	0x90024227 _pthread_body + 84

Thread 6:
0   libSystem.B.dylib            	0x9002493f semaphore_wait_trap + 7
1   libclient.dylib              	0x9b07d829 JVM_RegisterSignal + 8825
2   libclient.dylib              	0x9b06a3e1 JVM_StartThread + 1751
3   libclient.dylib              	0x9aff554b JNI_CreateJavaVM_Impl + 52525
4   libSystem.B.dylib            	0x90024227 _pthread_body + 84

Thread 7:
0   libSystem.B.dylib            	0x90009cd7 mach_msg_trap + 7
1   libclient.dylib              	0x9b05c8ac jio_snprintf + 390264
2   libclient.dylib              	0x9b05c531 jio_snprintf + 389373
3   libclient.dylib              	0x9b07ee21 JVM_RegisterSignal + 14449
4   libclient.dylib              	0x9b07eb19 JVM_RegisterSignal + 13673
5   libclient.dylib              	0x9b06a3e1 JVM_StartThread + 1751
6   libclient.dylib              	0x9aff554b JNI_CreateJavaVM_Impl + 52525
7   libSystem.B.dylib            	0x90024227 _pthread_body + 84

Thread 8:
0   libSystem.B.dylib            	0x90009cd7 mach_msg_trap + 7
1   libclient.dylib              	0x9b05c8ac jio_snprintf + 390264
2   libclient.dylib              	0x9b05c674 jio_snprintf + 389696
3   libclient.dylib              	0x9b07f4b2 JVM_RegisterSignal + 16130
4   libclient.dylib              	0x9b06a3e1 JVM_StartThread + 1751
5   libclient.dylib              	0x9aff554b JNI_CreateJavaVM_Impl + 52525
6   libSystem.B.dylib            	0x90024227 _pthread_body + 84

Thread 9:
0   libSystem.B.dylib            	0x90009cd7 mach_msg_trap + 7
1   libclient.dylib              	0x9b05c7f6 jio_snprintf + 390082
2   libclient.dylib              	0x9b090ebc JVM_RegisterSignal + 88332
3   libclient.dylib              	0x9b090a3a JVM_RegisterSignal + 87178
4   libclient.dylib              	0x9aff554b JNI_CreateJavaVM_Impl + 52525
5   libSystem.B.dylib            	0x90024227 _pthread_body + 84

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x005017c0  ebx: 0x9b2bc77b  ecx: 0x02800000  edx: 0xaafeb5f0
  edi: 0x0050ccc0  esi: 0x0050ccfc  ebp: 0xbffff470  esp: 0xbffff438
   ss: 0x0000001f  efl: 0x00010206  eip: 0x9b2bc7e9   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037

Binary Images Description:
    0x1000 -     0x9fff java 	/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java
 0x6823000 -  0x6825fff libswt-carbon-3428.jnilib 	/tmp/libswt-carbon-3428.jnilib
 0x687e000 -  0x68b1fff libswt-pi-carbon-3428.jnilib 	/tmp/libswt-pi-carbon-3428.jnilib
0x8fe00000 - 0x8fe4afff dyld 46.12	/usr/lib/dyld
0x90000000 - 0x90171fff libSystem.B.dylib 	/usr/lib/libSystem.B.dylib
0x901c1000 - 0x901c3fff libmathCommon.A.dylib 	/usr/lib/system/libmathCommon.A.dylib
0x901c5000 - 0x90202fff com.apple.CoreText 1.1.2 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90229000 - 0x902fffff ATS 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.75 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.7 (368.28)	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???)	/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90913000 - 0x90a07fff libicucore.A.dylib 	/usr/lib/libicucore.A.dylib
0x90a57000 - 0x90ad6fff libobjc.A.dylib 	/usr/lib/libobjc.A.dylib
0x90aff000 - 0x90b63fff libstdc++.6.dylib 	/usr/lib/libstdc++.6.dylib
0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib 	/usr/lib/libgcc_s.1.dylib
0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???)	/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90c66000 - 0x90c78fff libauto.dylib 	/usr/lib/libauto.dylib
0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.26	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x91007000 - 0x91046fff com.apple.CFNetwork 129.21	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0)	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x91074000 - 0x910f2fff com.apple.SearchKit 1.0.5	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91127000 - 0x91145fff com.apple.Metadata 10.4.4 (121.36)	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x91151000 - 0x9115ffff libz.1.dylib 	/usr/lib/libz.1.dylib
0x91162000 - 0x91301fff com.apple.security 4.5.2 (29774)	/System/Library/Frameworks/Security.framework/Versions/A/Security
0x913ff000 - 0x91407fff com.apple.DiskArbitration 2.1.1	/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9140e000 - 0x91415fff libbsm.dylib 	/usr/lib/libbsm.dylib
0x91419000 - 0x9143ffff com.apple.SystemConfiguration 1.8.6	/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91451000 - 0x914cafff com.apple.audio.CoreAudio 3.0.4	/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x91518000 - 0x91518fff com.apple.ApplicationServices 10.4 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9151a000 - 0x91545fff com.apple.AE 314 (313)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91558000 - 0x9162cfff com.apple.ColorSync 4.4.9	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91667000 - 0x916e4fff com.apple.print.framework.PrintCore 4.6 (177.13)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x91711000 - 0x917bafff com.apple.QD 3.10.24 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x917e0000 - 0x9182bfff com.apple.HIServices 1.5.2 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9184a000 - 0x91860fff com.apple.LangAnalysis 1.6.3	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9186c000 - 0x91886fff com.apple.FindByContent 1.5	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x91890000 - 0x918cdfff com.apple.LaunchServices 182	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x918e1000 - 0x918edfff com.apple.speech.synthesis.framework 3.5	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x918f4000 - 0x91934fff com.apple.ImageIO.framework 1.5.5	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91947000 - 0x919f9fff libcrypto.0.9.7.dylib 	/usr/lib/libcrypto.0.9.7.dylib
0x91a3f000 - 0x91a55fff libcups.2.dylib 	/usr/lib/libcups.2.dylib
0x91a5a000 - 0x91a78fff libJPEG.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91a7d000 - 0x91adcfff libJP2.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91aee000 - 0x91af2fff libGIF.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91af4000 - 0x91b7afff libRaw.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91b7e000 - 0x91bbbfff libTIFF.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91bc1000 - 0x91bdbfff libPng.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91be0000 - 0x91be2fff libRadiance.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91be4000 - 0x91cc2fff libxml2.2.dylib 	/usr/lib/libxml2.2.dylib
0x91cdf000 - 0x91cdffff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1)	/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91ce1000 - 0x91d6ffff com.apple.vImage 2.5	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91d76000 - 0x91d76fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1)	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91d78000 - 0x91dd1fff libvMisc.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91dda000 - 0x91dfefff libvDSP.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91e06000 - 0x9220ffff libBLAS.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x92249000 - 0x925fdfff libLAPACK.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9262a000 - 0x92717fff libiconv.2.dylib 	/usr/lib/libiconv.2.dylib
0x92719000 - 0x92796fff com.apple.DesktopServices 1.3.6	/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x927d7000 - 0x92a07fff com.apple.Foundation 6.4.8 (567.29)	/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92baf000 - 0x92baffff com.apple.Carbon 10.4 (???)	/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92bb1000 - 0x92bc1fff com.apple.ImageCapture 3.0.4	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92bcf000 - 0x92bd7fff com.apple.speech.recognition.framework 3.6	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92bdd000 - 0x92be2fff com.apple.securityhi 2.0.1 (24742)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92be8000 - 0x92c79fff com.apple.ink.framework 101.2.1 (71)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92c8d000 - 0x92c90fff com.apple.help 1.0.3 (32.1)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92c93000 - 0x92cb0fff com.apple.openscripting 1.2.5 (???)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92cc0000 - 0x92cc6fff com.apple.print.framework.Print 5.2 (192.4)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92ccc000 - 0x92d2ffff com.apple.htmlrendering 66.1 (1.1.3)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x92d53000 - 0x92d94fff com.apple.NavigationServices 3.4.4 (3.4.3)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x92dbb000 - 0x92dc8fff com.apple.audio.SoundManager 3.9.1	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92dcf000 - 0x92dd4fff com.apple.CommonPanels 1.2.3 (73)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x92dd9000 - 0x930cefff com.apple.HIToolbox 1.4.9 (???)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93208000 - 0x9320cfff com.apple.JavaVM 11.7.0	/System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x94270000 - 0x9427ffff libCGATS.A.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x94286000 - 0x94291fff libCSync.A.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x942dd000 - 0x942f7fff libRIP.A.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9afe7000 - 0x9b32cfff libclient.dylib 	/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libclient.dylib
0x9b356000 - 0x9b371fff libjava.jnilib 	/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jnilib
0x9b37c000 - 0x9b384fff libverify.dylib 	/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify.dylib
0x9b715000 - 0x9b721fff libzip.jnilib 	/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jnilib

Et voilà, désolé pour ce triple post un peu goret !
 
Aïe... Tiens le coup de la limite de post sous MacGé m'était aussi arrivé ;).

Par contre, de mon coté, je n'ai rien sous /System/Library/Frameworks/JavaVM.framework/lib

Sur mon (vieux) G4/Tiger Java est géré avec un système de raccourcis dans /System/Library/Frameworks/JavaVM.framework/Versions/.

La versions "courante" est celle pointée par le lien symbolique CurrentJDK.

Il me semble qu'une mésavanture similaire m'était arrivée aux tout débuts des MacIntels (ou des G5?)... Et je crois même me souvenir que notre cher Modo (Moglow) avait également eu ce genre de souçaille...

Moglow, tu nous écoutes ?