HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: Java HotSpot
 
Operating System - HP-UX
        1840191
        Members
    
    
        3465
        Online
    
    
        110162
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              Forums
Discussions
Forums
- Data Protection and Retention
 - Entry Storage Systems
 - Legacy
 - Midrange and Enterprise Storage
 - Storage Networking
 - HPE Nimble Storage
 
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
 - Appliance Servers
 - Alpha Servers
 - BackOffice Products
 - Internet Products
 - HPE 9000 and HPE e3000 Servers
 - Networking
 - Netservers
 - Secure OS Software for Linux
 - Server Management (Insight Manager 7)
 - Windows Server 2003
 - Operating System - Tru64 Unix
 - ProLiant Deployment and Provisioning
 - Linux-Based Community / Regional
 - Microsoft System Center Integration
 
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- Subscribe to RSS Feed
 - Mark Topic as New
 - Mark Topic as Read
 - Float this Topic for Current User
 - Bookmark
 - Subscribe
 - Printer Friendly Page
 
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-13-2001 08:37 AM
09-13-2001 08:37 AM
			
				
					
						
							Java HotSpot
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						has anyone ever seen an error similar to what we are getting in our stdout for java (1.3.0.01) on an L2000 (HP-UX 11.00)
# Java version:
# HotSpot VM (mixed mode)
#
# HotSpot Virtual Machine Error, Unexpected Signal 11
#
# occurred at pc=c58c39b4
# Error ID: /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/os/hp-ux/vm/os_hpux.cpp, 2998
#
there was a similar question in the forums
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa2238ffa98a2d5118ff10090279cd0f9,00.html
...but our java guy did not find it helpful
(also is signal 11 the same signal that "kill" would/could use)
		
		
	
	
	
# Java version:
# HotSpot VM (mixed mode)
#
# HotSpot Virtual Machine Error, Unexpected Signal 11
#
# occurred at pc=c58c39b4
# Error ID: /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/os/hp-ux/vm/os_hpux.cpp, 2998
#
there was a similar question in the forums
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa2238ffa98a2d5118ff10090279cd0f9,00.html
...but our java guy did not find it helpful
(also is signal 11 the same signal that "kill" would/could use)
	hola
			
			
				
			
			
			
			
			
			
		
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-04-2001 01:54 PM
10-04-2001 01:54 PM
			
				
					
						
							Re: Java HotSpot
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						I recieved the exact same error using jvm 1.2.2.05.  Did you ever get any resolution on this issue?  I know that these older JVMs had stability issues, but 1.3.1.01?
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-04-2001 02:02 PM
10-04-2001 02:02 PM
			
				
					
						
							Re: Java HotSpot
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi:
Signal 11 is SIGSEGV (Segmentation Violation) and could certainly be used by kill. I assume that the process detected and EFAULT errno and threw this signal.
kill -11 is actually the better way to do what most people do with kill -9. The difference is that kill -11 does cleanup while kill -9 does not and is almost as sure a kill.
Clay
					
				
			
			
				
		
		
	
	
	
Signal 11 is SIGSEGV (Segmentation Violation) and could certainly be used by kill. I assume that the process detected and EFAULT errno and threw this signal.
kill -11 is actually the better way to do what most people do with kill -9. The difference is that kill -11 does cleanup while kill -9 does not and is almost as sure a kill.
Clay
	If it ain't broke, I can fix that.
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-04-2001 04:22 PM
10-04-2001 04:22 PM
			
				
					
						
							Re: Java HotSpot
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						tim: i think when i am allowed, i will upgrade to 1.3.1
clay: thx on the signal 11 info
		
		
	
	
	
clay: thx on the signal 11 info
	hola
			
			
				
			
			
			
			
			
			
		The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP