Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Koman said:
i cannot connect to the limewire 4.8.1 after i updated to os 10.3.9, anyone got the same problem??
Don't use Limewire, but since a lot of us are noticing java segfaults, I'm guessing this is the culprit.

Jim
 
Koman said:
i cannot connect to the limewire 4.8.1 after i updated to os 10.3.9, anyone got the same problem??
A number of people have reported Java errors, but I haven't had them.

Not only does limewire launch, it connects. I search for "Tiger" as a test and see "Eye of The Tiger".

Many would say you're better off.

It's worth trying "java -version" from the terminal. If that doesn't return a version then you're
 
MCroft said:
Not only does limewire launch, it connects. I search for "Tiger" as a test and see "Eye of The Tiger".

I tried that, just for the fun of it, and got Mac OS X 10.4 Tiger.dmg. It's 4.3 megs :rolleyes:
 
Someone kill me...I didn't unplug my firewire hd (which has all of my school papers/projects and personal projects on it) and now it won't mount. JWHOFVIJWOPGHP (AHHHHHH)
 
G4 Dual Processor (1.25 / FW400) Fan Issue

G4 Dual Processor (Dual Mirrored Drive / 1.25Ghz / FW400) Fan Issue

Despite 10.3.9, the fan activity issue (when you wake up from sleep) still hasn't been resolved. The Fan is LOUD for 10-15 minutes before it slows down.

Anybody has an answer to this ?
 
Modems & PowerBooks

Any word of modem reliability fixes?

I'm not sure OS X is the culprit in my PowerBook's dialup unreliability, but it's at least a suspect!
 
Uh oh... A 'few' applications aren't even launching. Oh my. One of them is Cyberduck... this is a minor set back. Darn. And Azureus! Oh no, no new snowboarding vids to be seeded anytime soon. :(

Java the culprit? What's this bs...

Last login: Fri Apr 15 20:37:05 on console
Welcome to Darwin!
havikgrafix:~ nathaniel$ java -version
Segmentation fault
havikgrafix:~ nathaniel$
 
Java Seg fault

Just like those who have posted before me, I'm having Java issues. No Java programs run- and I get a "Segmentation Fault" when I: $java -version

The good news is that my Jawa is working fine with 10.3.9. He (much unlike his cousin java) is doing a great job of scavenging droids... and it may be just me, but I think he's scavenging a bit zippier than he did with 10.3.8

-Walton
15" PB 1.33
 
andy_bernstein said:
G4 Dual Processor (Dual Mirrored Drive / 1.25Ghz / FW400) Fan Issue

Despite 10.3.9, the fan activity issue (when you wake up from sleep) still hasn't been resolved. The Fan is LOUD for 10-15 minutes before it slows down.

Anybody has an answer to this ?

Can you reset the power manager on a PMG4? You can on PowerBooks and I believe it helps reset some fan issues sometimes. Sorry, I can't recall the procedure on PBooks.

(You can also zap the PRAM but I'm nor sure if that's relevant.)
 
All's Fine Here

Everything is OK on my eMac. I upgraded from 10.3.8 to 10.3.9 using the combo installer downloaded from the mothership. I ran Cocktail before and after. I tried Safari on some problematic sites and they all worked.
 
11.8.1. Segmentation Fault

A segmentation fault occurs when your program tries to access memory locations that haven't been allocated for the program's use. Here are some common errors that will cause this problem:
scanf("%d", number);

In this case, number is integer. scanf() expects you to pass it the address of the variable you want to read an integer into. But, the writer has fogotten to use the `&' before number to give scanf the address of the variable. If the value of number happened to be 3, scanf() would try to access memory location 3, which is not accessible by normal users. The correct way to access the address of number would be to place a `&' (ampersand) before number:

scanf("%d", &number);

Another common segmentation fault occurs when you try to access an array index which is out of range. Let's say you set up an array of integers:

int integers[80];

If, in your program, you try to use an index (the number within the brackets) over 79, you will ``step out of your memory bounds'', which causes a segmentation fault. To correct this, rethink your array bounds or the code that is using the array.

[pulled from http://cs-www.bu.edu/help/unix/segmentation_fault.html]

So what in the hell? Seems like there is no easy fix for me. Blah. I NEED JAVA! as;ldkfja;dsflj
 
No Java problem here

wjones said:
Just like those who have posted before me, I'm having Java issues. No Java programs run- and I get a "Segmentation Fault" when I: $java -version

The good news is that my Jawa is working fine with 10.3.9. He (much unlike his cousin java) is doing a great job of scavenging droids... and it may be just me, but I think he's scavenging a bit zippier than he did with 10.3.8

-Walton
15" PB 1.33


I get the following when I type it:

java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-141.4)
Java HotSpot(TM) Client VM (build 1.4.2-38, mixed mode)

I hope this is right.

Glenn
 
HAViK said:
11.8.1. Segmentation Fault

...

So what in the hell? Seems like there is no easy fix for me. Blah. I NEED JAVA! as;ldkfja;dsflj

First, check for another Java: in terminal type "which java"

Then go there. It's a link to a link that should eventually lead to somewhere with an actual executable file.

In the terminal CD to the directory I've listed here do an ls -l
If it couldn't update this, you may need to reinstall...
Code:
michael:/System/Library/Frameworks/JavaVM.framework/Commands $java -version;ls -l  
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-141.4)
Java HotSpot(TM) Client VM (build 1.4.2-38, mixed mode)
total 2528
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 appletviewer
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 extcheck
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 idlj
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 jar
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 jarsigner
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 java
-rwxr-xr-x  1 root  wheel   2126  1 Sep  2004 java-rmi.cgi
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 javac
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 javadoc
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 javah
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 javap
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 jdb
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 keytool
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 native2ascii
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 orbd
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 policytool
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 rmic
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 rmid
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 rmiregistry
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 serialver
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 servertool
-rwxr-xr-x  1 root  wheel  61236 15 Apr 20:35 tnameserv

It's odd that all the files are the same size, but hey, this is what's working...
 
Yeah, a "me too" on Java problems. Java -version segfaults and no Java apps run. If anyone finds a fix/workaround, please post it here.
 
maybe someone already posted this, but it recreated .Mac, Yahoo, etc. links in my safari bookmark toolbar! gah! darn you apple! it was easy enough to remove them, but still.
 
Dwarf84396 said:
I just upgraded, and Java is dying:
Code:
$ java -version
Segmentation fault
I checked Console, and this is what I'm getting:
Code:
...
 /Users/benfroman/Library/Logs/CrashReporter/java.crash.log
Anyone have any ideas?
What's in the java.crash.log?
 
I will install it via combo update, although I have 10.3.8 installed on my machine. It worked better in the case of 10.3.7-10.3.8. I hope this update solves the problem with my random kernel panics at startup in my G5... (see specs)
 
Last entry from the Java crash log.






Code:
Host Name:      havikgrafix.local
Date/Time:      2005-04-15 22:13:30 -0700
OS Version:     10.3.9 (Build 7W98)
Report Version: 2

Command: java
Path:    /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java
Version: ??? (???)
PID:     1305
Thread:  1

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_INVALID_ADDRESS (0x0001) at 0xa7531d54

Thread 0:
0   libSystem.B.dylib        	0x90007878 mach_msg_trap + 0x8
1   libSystem.B.dylib        	0x900073f8 mach_msg + 0x38
2   com.apple.CoreFoundation 	0x901c16e0 __CFRunLoopRun + 0x350
3   com.apple.CoreFoundation 	0x901c5e6c CFRunLoopRunSpecific + 0x148
4   java                     	0x00006698 0x1000 + 0x5698
5   java                     	0x00003d10 0x1000 + 0x2d10
6   java                     	0x00003b84 0x1000 + 0x2b84

Thread 1 Crashed:
0   libserver.dylib          	0x936b33f8 JVM_Timeout + 0x1018
1   libserver.dylib          	0x936bab04 JVM_DoPrivileged + 0x2ea4
2   libserver.dylib          	0x936c7220 JVM_MonitorNotifyAll + 0xf50
3   libserver.dylib          	0x93674d14 JVM_GetClassAccessFlags + 0xab4
4   libserver.dylib          	0x93677544 JVM_MonitorWait + 0x1da4
5   libserver.dylib          	0x936772bc JVM_MonitorWait + 0x1b1c
6   libserver.dylib          	0x9373345c JVM_GetClassDeclaredFields + 0x161c
7   libserver.dylib          	0x93762d70 JVM_GetInterfaceVersion + 0x15330
8   libserver.dylib          	0x9375daa8 JVM_GetInterfaceVersion + 0x10068
9   libserver.dylib          	0x9375d5dc JVM_GetInterfaceVersion + 0xfb9c
10  libserver.dylib          	0x9373e47c JVM_IsPrimitiveClass + 0x1fcc
11  libserver.dylib          	0x9372e3b0 JVM_GetClassDeclaredMethods + 0x8c0
12  libserver.dylib          	0x93748d6c JNI_CreateJavaVM_Impl + 0x7c
13  java                     	0x00005634 0x1000 + 0x4634
14  java                     	0x000041bc 0x1000 + 0x31bc
15  java                     	0x00006538 0x1000 + 0x5538
16  libSystem.B.dylib        	0x90024910 _pthread_body + 0x28

Thread 2:
0   libSystem.B.dylib        	0x90007878 mach_msg_trap + 0x8
1   libSystem.B.dylib        	0x900073f8 mach_msg + 0x38
2   libserver.dylib          	0x9374d1dc JNI_CreateJavaVM_Impl + 0x44ec
3   libserver.dylib          	0x9374d170 JNI_CreateJavaVM_Impl + 0x4480
4   libserver.dylib          	0x9383f90c JVM_UnloadLibrary + 0xb0fec
5   libSystem.B.dylib        	0x90024910 _pthread_body + 0x28

PPC Thread State:
  srr0: 0x936b33f8 srr1: 0x0200f030                vrsave: 0x00000000
    cr: 0x24004222  xer: 0x00000000   lr: 0x936b3300  ctr: 0x900019c0
    r0: 0x00000112   r1: 0xf07ffc90   r2: 0x6e800230   r3: 0x6e800238
    r4: 0x00000000   r5: 0xa7531cd0   r6: 0x036ffef5   r7: 0x0000df45
    r8: 0x01be8a8b   r9: 0x000d150f  r10: 0x01b1757c  r11: 0x0362eaf8
   r12: 0x03ce0000  r13: 0x00000000  r14: 0x00000000  r15: 0xa366d638
   r16: 0xa366f06c  r17: 0xa366d638  r18: 0x00000000  r19: 0x00000000
   r20: 0x00000000  r21: 0xf07ffff0  r22: 0xa36748c4  r23: 0x00000000
   r24: 0x00000000  r25: 0x00500c10  r26: 0x00000000  r27: 0x6e0000e0
   r28: 0x00000000  r29: 0x6e0000e0  r30: 0x00504180  r31: 0x936b3300

Binary Images Description:
    0x1000 -     0xcfff java 	/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java
0x80830000 - 0x8090efff libxml2.2.dylib 	/usr/lib/libxml2.2.dylib
0x8be60000 - 0x8be6bfff libzip.jnilib 	/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libzip.jnilib
0x8fe00000 - 0x8fe4ffff dyld 	/usr/lib/dyld
0x90000000 - 0x9014ffff libSystem.B.dylib 	/usr/lib/libSystem.B.dylib
0x901c0000 - 0x9026dfff com.apple.CoreFoundation 6.3.7 (299.35)	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x902b0000 - 0x90529fff com.apple.CoreServices.CarbonCore 10.3.7	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90610000 - 0x9069afff com.apple.CoreServices.OSServices 3.0.1	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90700000 - 0x90700fff com.apple.CoreServices 10.3 (???)	/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x907f0000 - 0x907f9fff com.apple.DiskArbitration 2.0.5	/System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x90830000 - 0x9089ffff libobjc.A.dylib 	/usr/lib/libobjc.A.dylib
0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.6 (500.58)	/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x90d00000 - 0x90d1bfff com.apple.SystemConfiguration 1.7.1 (???)	/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x910b0000 - 0x91101fff com.apple.bom 1.2.5 (63.2)	/System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x91251000 - 0x9126cfff libjava.jnilib 	/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libjava.jnilib
0x91276000 - 0x9128efff com.apple.WebServices 1.1.1 (1.1.0)	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x920c0000 - 0x922a7fff com.apple.security 2.4 (177)	/System/Library/Frameworks/Security.framework/Versions/A/Security
0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.1 (7)	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9366d000 - 0x938bbfff libserver.dylib 	/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libserver.dylib
0x93a50000 - 0x93a54fff libmathCommon.A.dylib 	/usr/lib/system/libmathCommon.A.dylib
0x94598000 - 0x945a2fff libverify.dylib 	/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libverify.dylib
0x94610000 - 0x9462afff libresolv.9.dylib 	/usr/lib/libresolv.9.dylib
0x94640000 - 0x94649fff libz.1.dylib 	/usr/lib/libz.1.dylib
0x946e0000 - 0x9473ffff com.apple.SearchKit 1.0.2	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x95a08000 - 0x95a77fff com.apple.framework.IOKit 1.3.6 (???)	/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x95b50000 - 0x95c32fff libicucore.A.dylib 	/usr/lib/libicucore.A.dylib
0x95f30000 - 0x9601efff libiconv.2.dylib 	/usr/lib/libiconv.2.dylib
0x96b40000 - 0x96b44fff com.apple.JavaVM 2.0.0	/System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
 
iGary said:
From Apple:Addresses an issue with Mac OS X 10.3.6 and later in which the Calculator window won't appear if the Speak Button Pressed or Speak Total options are enabled.

Thank god. It was getting to be a pain in the ass to trash the calculator prefs every time I wanted to use the damn thing.
 
way have to forsaken me 10.3.9

updated a dual 1.25ghz g4 and got a kernel panic and when the computer restarted it said

dyld: -sh truncated or malformed library: /usr/lib/libncurses.5.dylib (file is empty)
apr 15 21:56:44 init : single user shell terminated, restarting

no firewire devices were connected to the computer at the time. and since the crash nothing will allow me to boot it up. not target mode, not startup from cd, not starting into open firmware. nothing zilch nada.

the apple screen shows up and bam it goes to a black screen with that white text. it gets typed out then flashes then taypes out again then flashes again and again.

hopefully someone will have a fix for this.

the humanity
 
strngwys said:
updated a dual 1.25ghz g4 and got a kernel panic and when the computer restarted it said

dyld: -sh truncated or malformed library: /usr/lib/libncurses.5.dylib (file is empty)
apr 15 21:56:44 init : single user shell terminated, restarting

no firewire devices were connected to the computer at the time. and since the crash nothing will allow me to boot it up. not target mode, not startup from cd, not starting into open firmware. nothing zilch nada.

the apple screen shows up and bam it goes to a black screen with that white text. it gets typed out then flashes then taypes out again then flashes again and again.

hopefully someone will have a fix for this.

the humanity

You mentioned target mode, so do you have a working external? Can you copy the libncurses.5.dylib to /usr/lib from another box?
 
Me too

sord said:
Someone kill me...I didn't unplug my firewire hd (which has all of my school papers/projects and personal projects on it) and now it won't mount. JWHOFVIJWOPGHP (AHHHHHH)


I seem to have the same problem.... I don't normally have one plugged in and didn't think of unplugging it before the update (it is my work drive).
:(
 
strngwys said:
updated a dual 1.25ghz g4 and got a kernel panic and when the computer restarted it said

dyld: -sh truncated or malformed library: /usr/lib/libncurses.5.dylib (file is empty)
apr 15 21:56:44 init : single user shell terminated, restarting

<snip>

It won't boot from CD? :eek:

Are you holding C while starting up? Try using Option instead. If that doesn't work, I'd personally try disconnecting the hard drive, but that might be going overboard a bit.
 
Nermal said:
It won't boot from CD? :eek:

Are you holding C while starting up? Try using Option instead. If that doesn't work, I'd personally try disconnecting the hard drive, but that might be going overboard a bit.

tried c and option. even tried doing a little dance and sacrificing a virgin.


no luck


bad times
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.