All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1547526] [NEW] Java program does not execute on SPARC Solaris 8
@ 2016-02-19 14:01 leoheck
  2016-02-20 12:46 ` [Qemu-devel] [Bug 1547526] " Mark Cave-Ayland
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: leoheck @ 2016-02-19 14:01 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Hello,

I am trying to run a java program that never execute. The program uses
jre1.1.5 which came with the java program. I don't know what to do to
run this application. There are some random messages in command line
that can be related to my problem (or not). They are:

	#1. Webstart launcher crashing.
	Also found here: http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html

	#2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c, line 766
	Which was already reported here: https://bugs.launchpad.net/qemu/+bug/1450881

	#3. Some problems with libthread in Solaris. 
	I have tried a workaround setting LM_LIBRARY_PATH to use another version of libthread that Solaris 8 has.

I don't know if this is a qemu problem or Solaris problem.
My java application can be executed in command line or in GUI but I've tried both with no luck. I also have tryed other versions of JRE from 1.1.8 to 1.5 but no luck either.

I appreciate **any information** that can help me to execute the java program!!
Thank you.

I am using qemu-system-sparc (v2.5.50) with Solaris 8 (solaris-8-hw4-2.04-sparc).
The host is an Ubuntu 15.10 and I am using the openbios-sparc from Ubuntus ppa as shown bellow:

        openbios-sparc | 1.1+svn1334-1 |
http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages

The command line used to launch qemu is:

	qemu-system-sparc \
		-M SS-5 \
		-m 256 \
		-boot c \
		-cdrom $(DATA_ISO) \
		-drive file=root-disk.img,index=0,media=disk,format=raw \
		-serial stdio \
		-monitor tcp::4444,server,nowait \
		-localtime \
		-net user \
		-net nic \
		$(ui)

DATA_ISO is the way I found to send my data to the guest.

The root-disk.img is:

	Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
	Geometry: 27 heads, 107 sectors/track, 24620 cylinders
	Units: sectors of 1 * 512 = 512 bytes
	Sector size (logical/physical): 512 bytes / 512 bytes
	I/O size (minimum/optimal): 512 bytes / 512 bytes
	Disklabel type: sun

	Device           Start      End  Sectors   Size Id Type       Flags
	root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root      
	root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u 
	root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk      
	root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home      

	image: root-disk.img
	file format: raw
	virtual size: 36G (38654705664 bytes)
	disk size: 1.2G

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: java libthread sol8 solaris solaris8 sparc start web

** Summary changed:

- Java program does not execute on SPARC Solaris 8.
+ Java program does not execute on SPARC Solaris 8

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1547526

Title:
  Java program does not execute on SPARC Solaris 8

Status in QEMU:
  New

Bug description:
  Hello,

  I am trying to run a java program that never execute. The program uses
  jre1.1.5 which came with the java program. I don't know what to do to
  run this application. There are some random messages in command line
  that can be related to my problem (or not). They are:

  	#1. Webstart launcher crashing.
  	Also found here: http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html

  	#2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c, line 766
  	Which was already reported here: https://bugs.launchpad.net/qemu/+bug/1450881

  	#3. Some problems with libthread in Solaris. 
  	I have tried a workaround setting LM_LIBRARY_PATH to use another version of libthread that Solaris 8 has.

  I don't know if this is a qemu problem or Solaris problem.
  My java application can be executed in command line or in GUI but I've tried both with no luck. I also have tryed other versions of JRE from 1.1.8 to 1.5 but no luck either.

  I appreciate **any information** that can help me to execute the java program!!
  Thank you.

  I am using qemu-system-sparc (v2.5.50) with Solaris 8 (solaris-8-hw4-2.04-sparc).
  The host is an Ubuntu 15.10 and I am using the openbios-sparc from Ubuntus ppa as shown bellow:

          openbios-sparc | 1.1+svn1334-1 |
  http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages

  The command line used to launch qemu is:

  	qemu-system-sparc \
  		-M SS-5 \
  		-m 256 \
  		-boot c \
  		-cdrom $(DATA_ISO) \
  		-drive file=root-disk.img,index=0,media=disk,format=raw \
  		-serial stdio \
  		-monitor tcp::4444,server,nowait \
  		-localtime \
  		-net user \
  		-net nic \
  		$(ui)

  DATA_ISO is the way I found to send my data to the guest.

  The root-disk.img is:

  	Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
  	Geometry: 27 heads, 107 sectors/track, 24620 cylinders
  	Units: sectors of 1 * 512 = 512 bytes
  	Sector size (logical/physical): 512 bytes / 512 bytes
  	I/O size (minimum/optimal): 512 bytes / 512 bytes
  	Disklabel type: sun

  	Device           Start      End  Sectors   Size Id Type       Flags
  	root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root      
  	root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u 
  	root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk      
  	root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home      

  	image: root-disk.img
  	file format: raw
  	virtual size: 36G (38654705664 bytes)
  	disk size: 1.2G

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1547526/+subscriptions

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 1547526] Re: Java program does not execute on SPARC Solaris 8
  2016-02-19 14:01 [Qemu-devel] [Bug 1547526] [NEW] Java program does not execute on SPARC Solaris 8 leoheck
@ 2016-02-20 12:46 ` Mark Cave-Ayland
  2016-02-20 13:34 ` leoheck
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Mark Cave-Ayland @ 2016-02-20 12:46 UTC (permalink / raw)
  To: qemu-devel

I've been looking at this as I have time, and IMO it's a qemu bug.
Fortunately I have a easy local reproducer here, and from what I can see
in this one particular case it seems the QEMU doesn't honour the annul
bit in the branch (or apparently corrupts it according to the guest?!).
So yes, it's a known issue and I am working hard to try and isolate the
bug and come up with a fix.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1547526

Title:
  Java program does not execute on SPARC Solaris 8

Status in QEMU:
  New

Bug description:
  Hello,

  I am trying to run a java program that never execute. The program uses
  jre1.1.5 which came with the java program. I don't know what to do to
  run this application. There are some random messages in command line
  that can be related to my problem (or not). They are:

  	#1. Webstart launcher crashing.
  	Also found here: http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html

  	#2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c, line 766
  	Which was already reported here: https://bugs.launchpad.net/qemu/+bug/1450881

  	#3. Some problems with libthread in Solaris. 
  	I have tried a workaround setting LM_LIBRARY_PATH to use another version of libthread that Solaris 8 has.

  I don't know if this is a qemu problem or Solaris problem.
  My java application can be executed in command line or in GUI but I've tried both with no luck. I also have tryed other versions of JRE from 1.1.8 to 1.5 but no luck either.

  I appreciate **any information** that can help me to execute the java program!!
  Thank you.

  I am using qemu-system-sparc (v2.5.50) with Solaris 8 (solaris-8-hw4-2.04-sparc).
  The host is an Ubuntu 15.10 and I am using the openbios-sparc from Ubuntus ppa as shown bellow:

          openbios-sparc | 1.1+svn1334-1 |
  http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages

  The command line used to launch qemu is:

  	qemu-system-sparc \
  		-M SS-5 \
  		-m 256 \
  		-boot c \
  		-cdrom $(DATA_ISO) \
  		-drive file=root-disk.img,index=0,media=disk,format=raw \
  		-serial stdio \
  		-monitor tcp::4444,server,nowait \
  		-localtime \
  		-net user \
  		-net nic \
  		$(ui)

  DATA_ISO is the way I found to send my data to the guest.

  The root-disk.img is:

  	Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
  	Geometry: 27 heads, 107 sectors/track, 24620 cylinders
  	Units: sectors of 1 * 512 = 512 bytes
  	Sector size (logical/physical): 512 bytes / 512 bytes
  	I/O size (minimum/optimal): 512 bytes / 512 bytes
  	Disklabel type: sun

  	Device           Start      End  Sectors   Size Id Type       Flags
  	root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root      
  	root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u 
  	root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk      
  	root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home      

  	image: root-disk.img
  	file format: raw
  	virtual size: 36G (38654705664 bytes)
  	disk size: 1.2G

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1547526/+subscriptions

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 1547526] Re: Java program does not execute on SPARC Solaris 8
  2016-02-19 14:01 [Qemu-devel] [Bug 1547526] [NEW] Java program does not execute on SPARC Solaris 8 leoheck
  2016-02-20 12:46 ` [Qemu-devel] [Bug 1547526] " Mark Cave-Ayland
@ 2016-02-20 13:34 ` leoheck
  2016-04-11 11:03 ` Mark Cave-Ayland
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: leoheck @ 2016-02-20 13:34 UTC (permalink / raw)
  To: qemu-devel

Hi Mark, it is very good to hear that it isn't only with me.

Let me know if you need a help to test and/or collect any information to
help you to discover/fix this problem.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1547526

Title:
  Java program does not execute on SPARC Solaris 8

Status in QEMU:
  New

Bug description:
  Hello,

  I am trying to run a java program that never execute. The program uses
  jre1.1.5 which came with the java program. I don't know what to do to
  run this application. There are some random messages in command line
  that can be related to my problem (or not). They are:

  	#1. Webstart launcher crashing.
  	Also found here: http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html

  	#2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c, line 766
  	Which was already reported here: https://bugs.launchpad.net/qemu/+bug/1450881

  	#3. Some problems with libthread in Solaris. 
  	I have tried a workaround setting LM_LIBRARY_PATH to use another version of libthread that Solaris 8 has.

  I don't know if this is a qemu problem or Solaris problem.
  My java application can be executed in command line or in GUI but I've tried both with no luck. I also have tryed other versions of JRE from 1.1.8 to 1.5 but no luck either.

  I appreciate **any information** that can help me to execute the java program!!
  Thank you.

  I am using qemu-system-sparc (v2.5.50) with Solaris 8 (solaris-8-hw4-2.04-sparc).
  The host is an Ubuntu 15.10 and I am using the openbios-sparc from Ubuntus ppa as shown bellow:

          openbios-sparc | 1.1+svn1334-1 |
  http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages

  The command line used to launch qemu is:

  	qemu-system-sparc \
  		-M SS-5 \
  		-m 256 \
  		-boot c \
  		-cdrom $(DATA_ISO) \
  		-drive file=root-disk.img,index=0,media=disk,format=raw \
  		-serial stdio \
  		-monitor tcp::4444,server,nowait \
  		-localtime \
  		-net user \
  		-net nic \
  		$(ui)

  DATA_ISO is the way I found to send my data to the guest.

  The root-disk.img is:

  	Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
  	Geometry: 27 heads, 107 sectors/track, 24620 cylinders
  	Units: sectors of 1 * 512 = 512 bytes
  	Sector size (logical/physical): 512 bytes / 512 bytes
  	I/O size (minimum/optimal): 512 bytes / 512 bytes
  	Disklabel type: sun

  	Device           Start      End  Sectors   Size Id Type       Flags
  	root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root      
  	root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u 
  	root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk      
  	root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home      

  	image: root-disk.img
  	file format: raw
  	virtual size: 36G (38654705664 bytes)
  	disk size: 1.2G

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1547526/+subscriptions

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 1547526] Re: Java program does not execute on SPARC Solaris 8
  2016-02-19 14:01 [Qemu-devel] [Bug 1547526] [NEW] Java program does not execute on SPARC Solaris 8 leoheck
  2016-02-20 12:46 ` [Qemu-devel] [Bug 1547526] " Mark Cave-Ayland
  2016-02-20 13:34 ` leoheck
@ 2016-04-11 11:03 ` Mark Cave-Ayland
  2016-04-11 13:55 ` Leandro Heck
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Mark Cave-Ayland @ 2016-04-11 11:03 UTC (permalink / raw)
  To: qemu-devel

Proposed patch posted to mailing list:
https://lists.nongnu.org/archive/html/qemu-devel/2016-04/msg01645.html -
please test and report back.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1547526

Title:
  Java program does not execute on SPARC Solaris 8

Status in QEMU:
  New

Bug description:
  Hello,

  I am trying to run a java program that never execute. The program uses
  jre1.1.5 which came with the java program. I don't know what to do to
  run this application. There are some random messages in command line
  that can be related to my problem (or not). They are:

  	#1. Webstart launcher crashing.
  	Also found here: http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html

  	#2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c, line 766
  	Which was already reported here: https://bugs.launchpad.net/qemu/+bug/1450881

  	#3. Some problems with libthread in Solaris. 
  	I have tried a workaround setting LM_LIBRARY_PATH to use another version of libthread that Solaris 8 has.

  I don't know if this is a qemu problem or Solaris problem.
  My java application can be executed in command line or in GUI but I've tried both with no luck. I also have tryed other versions of JRE from 1.1.8 to 1.5 but no luck either.

  I appreciate **any information** that can help me to execute the java program!!
  Thank you.

  I am using qemu-system-sparc (v2.5.50) with Solaris 8 (solaris-8-hw4-2.04-sparc).
  The host is an Ubuntu 15.10 and I am using the openbios-sparc from Ubuntus ppa as shown bellow:

          openbios-sparc | 1.1+svn1334-1 |
  http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages

  The command line used to launch qemu is:

  	qemu-system-sparc \
  		-M SS-5 \
  		-m 256 \
  		-boot c \
  		-cdrom $(DATA_ISO) \
  		-drive file=root-disk.img,index=0,media=disk,format=raw \
  		-serial stdio \
  		-monitor tcp::4444,server,nowait \
  		-localtime \
  		-net user \
  		-net nic \
  		$(ui)

  DATA_ISO is the way I found to send my data to the guest.

  The root-disk.img is:

  	Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
  	Geometry: 27 heads, 107 sectors/track, 24620 cylinders
  	Units: sectors of 1 * 512 = 512 bytes
  	Sector size (logical/physical): 512 bytes / 512 bytes
  	I/O size (minimum/optimal): 512 bytes / 512 bytes
  	Disklabel type: sun

  	Device           Start      End  Sectors   Size Id Type       Flags
  	root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root      
  	root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u 
  	root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk      
  	root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home      

  	image: root-disk.img
  	file format: raw
  	virtual size: 36G (38654705664 bytes)
  	disk size: 1.2G

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1547526/+subscriptions

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 1547526] Re: Java program does not execute on SPARC Solaris 8
  2016-02-19 14:01 [Qemu-devel] [Bug 1547526] [NEW] Java program does not execute on SPARC Solaris 8 leoheck
                   ` (2 preceding siblings ...)
  2016-04-11 11:03 ` Mark Cave-Ayland
@ 2016-04-11 13:55 ` Leandro Heck
  2016-04-11 13:57 ` Leandro Heck
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Leandro Heck @ 2016-04-11 13:55 UTC (permalink / raw)
  To: qemu-devel

Great Mark! This patch solves my problem. Thank you very much.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1547526

Title:
  Java program does not execute on SPARC Solaris 8

Status in QEMU:
  New

Bug description:
  Hello,

  I am trying to run a java program that never execute. The program uses
  jre1.1.5 which came with the java program. I don't know what to do to
  run this application. There are some random messages in command line
  that can be related to my problem (or not). They are:

  	#1. Webstart launcher crashing.
  	Also found here: http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html

  	#2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c, line 766
  	Which was already reported here: https://bugs.launchpad.net/qemu/+bug/1450881

  	#3. Some problems with libthread in Solaris. 
  	I have tried a workaround setting LM_LIBRARY_PATH to use another version of libthread that Solaris 8 has.

  I don't know if this is a qemu problem or Solaris problem.
  My java application can be executed in command line or in GUI but I've tried both with no luck. I also have tryed other versions of JRE from 1.1.8 to 1.5 but no luck either.

  I appreciate **any information** that can help me to execute the java program!!
  Thank you.

  I am using qemu-system-sparc (v2.5.50) with Solaris 8 (solaris-8-hw4-2.04-sparc).
  The host is an Ubuntu 15.10 and I am using the openbios-sparc from Ubuntus ppa as shown bellow:

          openbios-sparc | 1.1+svn1334-1 |
  http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages

  The command line used to launch qemu is:

  	qemu-system-sparc \
  		-M SS-5 \
  		-m 256 \
  		-boot c \
  		-cdrom $(DATA_ISO) \
  		-drive file=root-disk.img,index=0,media=disk,format=raw \
  		-serial stdio \
  		-monitor tcp::4444,server,nowait \
  		-localtime \
  		-net user \
  		-net nic \
  		$(ui)

  DATA_ISO is the way I found to send my data to the guest.

  The root-disk.img is:

  	Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
  	Geometry: 27 heads, 107 sectors/track, 24620 cylinders
  	Units: sectors of 1 * 512 = 512 bytes
  	Sector size (logical/physical): 512 bytes / 512 bytes
  	I/O size (minimum/optimal): 512 bytes / 512 bytes
  	Disklabel type: sun

  	Device           Start      End  Sectors   Size Id Type       Flags
  	root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root      
  	root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u 
  	root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk      
  	root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home      

  	image: root-disk.img
  	file format: raw
  	virtual size: 36G (38654705664 bytes)
  	disk size: 1.2G

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1547526/+subscriptions

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 1547526] Re: Java program does not execute on SPARC Solaris 8
  2016-02-19 14:01 [Qemu-devel] [Bug 1547526] [NEW] Java program does not execute on SPARC Solaris 8 leoheck
                   ` (3 preceding siblings ...)
  2016-04-11 13:55 ` Leandro Heck
@ 2016-04-11 13:57 ` Leandro Heck
  2016-04-11 14:28 ` Mark Cave-Ayland
  2016-04-15  7:49 ` Mark Cave-Ayland
  6 siblings, 0 replies; 12+ messages in thread
From: Leandro Heck @ 2016-04-11 13:57 UTC (permalink / raw)
  To: qemu-devel

Patch that solves the problem.

** Patch added: "Patch that solves the problem."
   https://bugs.launchpad.net/qemu/+bug/1547526/+attachment/4632747/+files/qemu-java.patch

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1547526

Title:
  Java program does not execute on SPARC Solaris 8

Status in QEMU:
  New

Bug description:
  Hello,

  I am trying to run a java program that never execute. The program uses
  jre1.1.5 which came with the java program. I don't know what to do to
  run this application. There are some random messages in command line
  that can be related to my problem (or not). They are:

  	#1. Webstart launcher crashing.
  	Also found here: http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html

  	#2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c, line 766
  	Which was already reported here: https://bugs.launchpad.net/qemu/+bug/1450881

  	#3. Some problems with libthread in Solaris. 
  	I have tried a workaround setting LM_LIBRARY_PATH to use another version of libthread that Solaris 8 has.

  I don't know if this is a qemu problem or Solaris problem.
  My java application can be executed in command line or in GUI but I've tried both with no luck. I also have tryed other versions of JRE from 1.1.8 to 1.5 but no luck either.

  I appreciate **any information** that can help me to execute the java program!!
  Thank you.

  I am using qemu-system-sparc (v2.5.50) with Solaris 8 (solaris-8-hw4-2.04-sparc).
  The host is an Ubuntu 15.10 and I am using the openbios-sparc from Ubuntus ppa as shown bellow:

          openbios-sparc | 1.1+svn1334-1 |
  http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages

  The command line used to launch qemu is:

  	qemu-system-sparc \
  		-M SS-5 \
  		-m 256 \
  		-boot c \
  		-cdrom $(DATA_ISO) \
  		-drive file=root-disk.img,index=0,media=disk,format=raw \
  		-serial stdio \
  		-monitor tcp::4444,server,nowait \
  		-localtime \
  		-net user \
  		-net nic \
  		$(ui)

  DATA_ISO is the way I found to send my data to the guest.

  The root-disk.img is:

  	Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
  	Geometry: 27 heads, 107 sectors/track, 24620 cylinders
  	Units: sectors of 1 * 512 = 512 bytes
  	Sector size (logical/physical): 512 bytes / 512 bytes
  	I/O size (minimum/optimal): 512 bytes / 512 bytes
  	Disklabel type: sun

  	Device           Start      End  Sectors   Size Id Type       Flags
  	root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root      
  	root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u 
  	root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk      
  	root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home      

  	image: root-disk.img
  	file format: raw
  	virtual size: 36G (38654705664 bytes)
  	disk size: 1.2G

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1547526/+subscriptions

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 1547526] Re: Java program does not execute on SPARC Solaris 8
  2016-02-19 14:01 [Qemu-devel] [Bug 1547526] [NEW] Java program does not execute on SPARC Solaris 8 leoheck
                   ` (4 preceding siblings ...)
  2016-04-11 13:57 ` Leandro Heck
@ 2016-04-11 14:28 ` Mark Cave-Ayland
  2016-04-11 14:39   ` Leandro Heck
  2016-04-15  7:49 ` Mark Cave-Ayland
  6 siblings, 1 reply; 12+ messages in thread
From: Mark Cave-Ayland @ 2016-04-11 14:28 UTC (permalink / raw)
  To: qemu-devel

Leandro, thanks for testing on your setup. If it passes my local tests,
I'll send it in for the QEMU 2.6 release.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1547526

Title:
  Java program does not execute on SPARC Solaris 8

Status in QEMU:
  New

Bug description:
  Hello,

  I am trying to run a java program that never execute. The program uses
  jre1.1.5 which came with the java program. I don't know what to do to
  run this application. There are some random messages in command line
  that can be related to my problem (or not). They are:

  	#1. Webstart launcher crashing.
  	Also found here: http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html

  	#2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c, line 766
  	Which was already reported here: https://bugs.launchpad.net/qemu/+bug/1450881

  	#3. Some problems with libthread in Solaris. 
  	I have tried a workaround setting LM_LIBRARY_PATH to use another version of libthread that Solaris 8 has.

  I don't know if this is a qemu problem or Solaris problem.
  My java application can be executed in command line or in GUI but I've tried both with no luck. I also have tryed other versions of JRE from 1.1.8 to 1.5 but no luck either.

  I appreciate **any information** that can help me to execute the java program!!
  Thank you.

  I am using qemu-system-sparc (v2.5.50) with Solaris 8 (solaris-8-hw4-2.04-sparc).
  The host is an Ubuntu 15.10 and I am using the openbios-sparc from Ubuntus ppa as shown bellow:

          openbios-sparc | 1.1+svn1334-1 |
  http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages

  The command line used to launch qemu is:

  	qemu-system-sparc \
  		-M SS-5 \
  		-m 256 \
  		-boot c \
  		-cdrom $(DATA_ISO) \
  		-drive file=root-disk.img,index=0,media=disk,format=raw \
  		-serial stdio \
  		-monitor tcp::4444,server,nowait \
  		-localtime \
  		-net user \
  		-net nic \
  		$(ui)

  DATA_ISO is the way I found to send my data to the guest.

  The root-disk.img is:

  	Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
  	Geometry: 27 heads, 107 sectors/track, 24620 cylinders
  	Units: sectors of 1 * 512 = 512 bytes
  	Sector size (logical/physical): 512 bytes / 512 bytes
  	I/O size (minimum/optimal): 512 bytes / 512 bytes
  	Disklabel type: sun

  	Device           Start      End  Sectors   Size Id Type       Flags
  	root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root      
  	root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u 
  	root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk      
  	root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home      

  	image: root-disk.img
  	file format: raw
  	virtual size: 36G (38654705664 bytes)
  	disk size: 1.2G

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1547526/+subscriptions

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] [Bug 1547526] Re: Java program does not execute on SPARC Solaris 8
  2016-04-11 14:28 ` Mark Cave-Ayland
@ 2016-04-11 14:39   ` Leandro Heck
  0 siblings, 0 replies; 12+ messages in thread
From: Leandro Heck @ 2016-04-11 14:39 UTC (permalink / raw)
  To: qemu-devel

Good! I tested with QEMU from git that I did the clone now. It shows
version 2.5.91.

On Mon, Apr 11, 2016, 11:36 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
wrote:

> Leandro, thanks for testing on your setup. If it passes my local tests,
> I'll send it in for the QEMU 2.6 release.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1547526
>
> Title:
>   Java program does not execute on SPARC Solaris 8
>
> Status in QEMU:
>   New
>
> Bug description:
>   Hello,
>
>   I am trying to run a java program that never execute. The program uses
>   jre1.1.5 which came with the java program. I don't know what to do to
>   run this application. There are some random messages in command line
>   that can be related to my problem (or not). They are:
>
>         #1. Webstart launcher crashing.
>         Also found here:
> http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html
>
>         #2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c,
> line 766
>         Which was already reported here:
> https://bugs.launchpad.net/qemu/+bug/1450881
>
>         #3. Some problems with libthread in Solaris.
>         I have tried a workaround setting LM_LIBRARY_PATH to use another
> version of libthread that Solaris 8 has.
>
>   I don't know if this is a qemu problem or Solaris problem.
>   My java application can be executed in command line or in GUI but I've
> tried both with no luck. I also have tryed other versions of JRE from 1.1.8
> to 1.5 but no luck either.
>
>   I appreciate **any information** that can help me to execute the java
> program!!
>   Thank you.
>
>   I am using qemu-system-sparc (v2.5.50) with Solaris 8
> (solaris-8-hw4-2.04-sparc).
>   The host is an Ubuntu 15.10 and I am using the openbios-sparc from
> Ubuntus ppa as shown bellow:
>
>           openbios-sparc | 1.1+svn1334-1 |
>   http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages
>
>   The command line used to launch qemu is:
>
>         qemu-system-sparc \
>                 -M SS-5 \
>                 -m 256 \
>                 -boot c \
>                 -cdrom $(DATA_ISO) \
>                 -drive file=root-disk.img,index=0,media=disk,format=raw \
>                 -serial stdio \
>                 -monitor tcp::4444,server,nowait \
>                 -localtime \
>                 -net user \
>                 -net nic \
>                 $(ui)
>
>   DATA_ISO is the way I found to send my data to the guest.
>
>   The root-disk.img is:
>
>         Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
>         Geometry: 27 heads, 107 sectors/track, 24620 cylinders
>         Units: sectors of 1 * 512 = 512 bytes
>         Sector size (logical/physical): 512 bytes / 512 bytes
>         I/O size (minimum/optimal): 512 bytes / 512 bytes
>         Disklabel type: sun
>
>         Device           Start      End  Sectors   Size Id Type       Flags
>         root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root
>         root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u
>         root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk
>         root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home
>
>         image: root-disk.img
>         file format: raw
>         virtual size: 36G (38654705664 bytes)
>         disk size: 1.2G
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/qemu/+bug/1547526/+subscriptions
>
-- 
Leandro S. Heck

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1547526

Title:
  Java program does not execute on SPARC Solaris 8

Status in QEMU:
  New

Bug description:
  Hello,

  I am trying to run a java program that never execute. The program uses
  jre1.1.5 which came with the java program. I don't know what to do to
  run this application. There are some random messages in command line
  that can be related to my problem (or not). They are:

  	#1. Webstart launcher crashing.
  	Also found here: http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html

  	#2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c, line 766
  	Which was already reported here: https://bugs.launchpad.net/qemu/+bug/1450881

  	#3. Some problems with libthread in Solaris. 
  	I have tried a workaround setting LM_LIBRARY_PATH to use another version of libthread that Solaris 8 has.

  I don't know if this is a qemu problem or Solaris problem.
  My java application can be executed in command line or in GUI but I've tried both with no luck. I also have tryed other versions of JRE from 1.1.8 to 1.5 but no luck either.

  I appreciate **any information** that can help me to execute the java program!!
  Thank you.

  I am using qemu-system-sparc (v2.5.50) with Solaris 8 (solaris-8-hw4-2.04-sparc).
  The host is an Ubuntu 15.10 and I am using the openbios-sparc from Ubuntus ppa as shown bellow:

          openbios-sparc | 1.1+svn1334-1 |
  http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages

  The command line used to launch qemu is:

  	qemu-system-sparc \
  		-M SS-5 \
  		-m 256 \
  		-boot c \
  		-cdrom $(DATA_ISO) \
  		-drive file=root-disk.img,index=0,media=disk,format=raw \
  		-serial stdio \
  		-monitor tcp::4444,server,nowait \
  		-localtime \
  		-net user \
  		-net nic \
  		$(ui)

  DATA_ISO is the way I found to send my data to the guest.

  The root-disk.img is:

  	Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
  	Geometry: 27 heads, 107 sectors/track, 24620 cylinders
  	Units: sectors of 1 * 512 = 512 bytes
  	Sector size (logical/physical): 512 bytes / 512 bytes
  	I/O size (minimum/optimal): 512 bytes / 512 bytes
  	Disklabel type: sun

  	Device           Start      End  Sectors   Size Id Type       Flags
  	root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root      
  	root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u 
  	root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk      
  	root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home      

  	image: root-disk.img
  	file format: raw
  	virtual size: 36G (38654705664 bytes)
  	disk size: 1.2G

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1547526/+subscriptions

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 1547526] Re: Java program does not execute on SPARC Solaris 8
  2016-02-19 14:01 [Qemu-devel] [Bug 1547526] [NEW] Java program does not execute on SPARC Solaris 8 leoheck
                   ` (5 preceding siblings ...)
  2016-04-11 14:28 ` Mark Cave-Ayland
@ 2016-04-15  7:49 ` Mark Cave-Ayland
  2016-05-02 19:50   ` Leandro Heck
  6 siblings, 1 reply; 12+ messages in thread
From: Mark Cave-Ayland @ 2016-04-15  7:49 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1450881 ***
    https://bugs.launchpad.net/bugs/1450881

** This bug has been marked a duplicate of bug 1450881
   qemu-system-sparc MUTEX_HELD assert and libC lock errors

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1547526

Title:
  Java program does not execute on SPARC Solaris 8

Status in QEMU:
  New

Bug description:
  Hello,

  I am trying to run a java program that never execute. The program uses
  jre1.1.5 which came with the java program. I don't know what to do to
  run this application. There are some random messages in command line
  that can be related to my problem (or not). They are:

  	#1. Webstart launcher crashing.
  	Also found here: http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html

  	#2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c, line 766
  	Which was already reported here: https://bugs.launchpad.net/qemu/+bug/1450881

  	#3. Some problems with libthread in Solaris. 
  	I have tried a workaround setting LM_LIBRARY_PATH to use another version of libthread that Solaris 8 has.

  I don't know if this is a qemu problem or Solaris problem.
  My java application can be executed in command line or in GUI but I've tried both with no luck. I also have tryed other versions of JRE from 1.1.8 to 1.5 but no luck either.

  I appreciate **any information** that can help me to execute the java program!!
  Thank you.

  I am using qemu-system-sparc (v2.5.50) with Solaris 8 (solaris-8-hw4-2.04-sparc).
  The host is an Ubuntu 15.10 and I am using the openbios-sparc from Ubuntus ppa as shown bellow:

          openbios-sparc | 1.1+svn1334-1 |
  http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages

  The command line used to launch qemu is:

  	qemu-system-sparc \
  		-M SS-5 \
  		-m 256 \
  		-boot c \
  		-cdrom $(DATA_ISO) \
  		-drive file=root-disk.img,index=0,media=disk,format=raw \
  		-serial stdio \
  		-monitor tcp::4444,server,nowait \
  		-localtime \
  		-net user \
  		-net nic \
  		$(ui)

  DATA_ISO is the way I found to send my data to the guest.

  The root-disk.img is:

  	Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
  	Geometry: 27 heads, 107 sectors/track, 24620 cylinders
  	Units: sectors of 1 * 512 = 512 bytes
  	Sector size (logical/physical): 512 bytes / 512 bytes
  	I/O size (minimum/optimal): 512 bytes / 512 bytes
  	Disklabel type: sun

  	Device           Start      End  Sectors   Size Id Type       Flags
  	root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root      
  	root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u 
  	root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk      
  	root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home      

  	image: root-disk.img
  	file format: raw
  	virtual size: 36G (38654705664 bytes)
  	disk size: 1.2G

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1547526/+subscriptions

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] [Bug 1547526] Re: Java program does not execute on SPARC Solaris 8
  2016-04-15  7:49 ` Mark Cave-Ayland
@ 2016-05-02 19:50   ` Leandro Heck
  2016-05-02 21:17     ` Bastian Koppelmann
  0 siblings, 1 reply; 12+ messages in thread
From: Leandro Heck @ 2016-05-02 19:50 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1450881 ***
    https://bugs.launchpad.net/bugs/1450881

Hi Mark, do you know when qemu 2.6 will be released?

--
Leandro Sehnem Heck

On Fri, Apr 15, 2016 at 4:49 AM, Mark Cave-Ayland <
mark.cave-ayland@ilande.co.uk> wrote:

> *** This bug is a duplicate of bug 1450881 ***
>     https://bugs.launchpad.net/bugs/1450881
>
> ** This bug has been marked a duplicate of bug 1450881
>    qemu-system-sparc MUTEX_HELD assert and libC lock errors
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1547526
>
> Title:
>   Java program does not execute on SPARC Solaris 8
>
> Status in QEMU:
>   New
>
> Bug description:
>   Hello,
>
>   I am trying to run a java program that never execute. The program uses
>   jre1.1.5 which came with the java program. I don't know what to do to
>   run this application. There are some random messages in command line
>   that can be related to my problem (or not). They are:
>
>         #1. Webstart launcher crashing.
>         Also found here:
> http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html
>
>         #2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c,
> line 766
>         Which was already reported here:
> https://bugs.launchpad.net/qemu/+bug/1450881
>
>         #3. Some problems with libthread in Solaris.
>         I have tried a workaround setting LM_LIBRARY_PATH to use another
> version of libthread that Solaris 8 has.
>
>   I don't know if this is a qemu problem or Solaris problem.
>   My java application can be executed in command line or in GUI but I've
> tried both with no luck. I also have tryed other versions of JRE from 1.1.8
> to 1.5 but no luck either.
>
>   I appreciate **any information** that can help me to execute the java
> program!!
>   Thank you.
>
>   I am using qemu-system-sparc (v2.5.50) with Solaris 8
> (solaris-8-hw4-2.04-sparc).
>   The host is an Ubuntu 15.10 and I am using the openbios-sparc from
> Ubuntus ppa as shown bellow:
>
>           openbios-sparc | 1.1+svn1334-1 |
>   http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages
>
>   The command line used to launch qemu is:
>
>         qemu-system-sparc \
>                 -M SS-5 \
>                 -m 256 \
>                 -boot c \
>                 -cdrom $(DATA_ISO) \
>                 -drive file=root-disk.img,index=0,media=disk,format=raw \
>                 -serial stdio \
>                 -monitor tcp::4444,server,nowait \
>                 -localtime \
>                 -net user \
>                 -net nic \
>                 $(ui)
>
>   DATA_ISO is the way I found to send my data to the guest.
>
>   The root-disk.img is:
>
>         Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
>         Geometry: 27 heads, 107 sectors/track, 24620 cylinders
>         Units: sectors of 1 * 512 = 512 bytes
>         Sector size (logical/physical): 512 bytes / 512 bytes
>         I/O size (minimum/optimal): 512 bytes / 512 bytes
>         Disklabel type: sun
>
>         Device           Start      End  Sectors   Size Id Type       Flags
>         root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root
>         root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u
>         root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk
>         root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home
>
>         image: root-disk.img
>         file format: raw
>         virtual size: 36G (38654705664 bytes)
>         disk size: 1.2G
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/qemu/+bug/1547526/+subscriptions
>

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1547526

Title:
  Java program does not execute on SPARC Solaris 8

Status in QEMU:
  New

Bug description:
  Hello,

  I am trying to run a java program that never execute. The program uses
  jre1.1.5 which came with the java program. I don't know what to do to
  run this application. There are some random messages in command line
  that can be related to my problem (or not). They are:

  	#1. Webstart launcher crashing.
  	Also found here: http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html

  	#2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c, line 766
  	Which was already reported here: https://bugs.launchpad.net/qemu/+bug/1450881

  	#3. Some problems with libthread in Solaris. 
  	I have tried a workaround setting LM_LIBRARY_PATH to use another version of libthread that Solaris 8 has.

  I don't know if this is a qemu problem or Solaris problem.
  My java application can be executed in command line or in GUI but I've tried both with no luck. I also have tryed other versions of JRE from 1.1.8 to 1.5 but no luck either.

  I appreciate **any information** that can help me to execute the java program!!
  Thank you.

  I am using qemu-system-sparc (v2.5.50) with Solaris 8 (solaris-8-hw4-2.04-sparc).
  The host is an Ubuntu 15.10 and I am using the openbios-sparc from Ubuntus ppa as shown bellow:

          openbios-sparc | 1.1+svn1334-1 |
  http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages

  The command line used to launch qemu is:

  	qemu-system-sparc \
  		-M SS-5 \
  		-m 256 \
  		-boot c \
  		-cdrom $(DATA_ISO) \
  		-drive file=root-disk.img,index=0,media=disk,format=raw \
  		-serial stdio \
  		-monitor tcp::4444,server,nowait \
  		-localtime \
  		-net user \
  		-net nic \
  		$(ui)

  DATA_ISO is the way I found to send my data to the guest.

  The root-disk.img is:

  	Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
  	Geometry: 27 heads, 107 sectors/track, 24620 cylinders
  	Units: sectors of 1 * 512 = 512 bytes
  	Sector size (logical/physical): 512 bytes / 512 bytes
  	I/O size (minimum/optimal): 512 bytes / 512 bytes
  	Disklabel type: sun

  	Device           Start      End  Sectors   Size Id Type       Flags
  	root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root      
  	root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u 
  	root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk      
  	root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home      

  	image: root-disk.img
  	file format: raw
  	virtual size: 36G (38654705664 bytes)
  	disk size: 1.2G

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1547526/+subscriptions

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] [Bug 1547526] Re: Java program does not execute on SPARC Solaris 8
  2016-05-02 19:50   ` Leandro Heck
@ 2016-05-02 21:17     ` Bastian Koppelmann
  2016-05-02 22:46       ` Leandro Heck
  0 siblings, 1 reply; 12+ messages in thread
From: Bastian Koppelmann @ 2016-05-02 21:17 UTC (permalink / raw)
  To: Bug 1547526, qemu-devel

On 05/02/2016 09:50 PM, Leandro Heck wrote:
> *** This bug is a duplicate of bug 1450881 ***
>     https://bugs.launchpad.net/bugs/1450881
> 
> Hi Mark, do you know when qemu 2.6 will be released?
> 

Hi Leandro,

please take a look here: http://wiki.qemu.org/Planning/2.6

Cheers,
Bastian

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] [Bug 1547526] Re: Java program does not execute on SPARC Solaris 8
  2016-05-02 21:17     ` Bastian Koppelmann
@ 2016-05-02 22:46       ` Leandro Heck
  0 siblings, 0 replies; 12+ messages in thread
From: Leandro Heck @ 2016-05-02 22:46 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1450881 ***
    https://bugs.launchpad.net/bugs/1450881

Oh nice! Thank you.

--
Leandro Sehnem Heck

On Mon, May 2, 2016 at 6:17 PM, Bastian Koppelmann <
kbastian@mail.uni-paderborn.de> wrote:

> *** This bug is a duplicate of bug 1450881 ***
>     https://bugs.launchpad.net/bugs/1450881
>
> On 05/02/2016 09:50 PM, Leandro Heck wrote:
> > *** This bug is a duplicate of bug 1450881 ***
> >     https://bugs.launchpad.net/bugs/1450881
> >
> > Hi Mark, do you know when qemu 2.6 will be released?
> >
>
> Hi Leandro,
>
> please take a look here: http://wiki.qemu.org/Planning/2.6
>
> Cheers,
> Bastian
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1547526
>
> Title:
>   Java program does not execute on SPARC Solaris 8
>
> Status in QEMU:
>   New
>
> Bug description:
>   Hello,
>
>   I am trying to run a java program that never execute. The program uses
>   jre1.1.5 which came with the java program. I don't know what to do to
>   run this application. There are some random messages in command line
>   that can be related to my problem (or not). They are:
>
>         #1. Webstart launcher crashing.
>         Also found here:
> http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html
>
>         #2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c,
> line 766
>         Which was already reported here:
> https://bugs.launchpad.net/qemu/+bug/1450881
>
>         #3. Some problems with libthread in Solaris.
>         I have tried a workaround setting LM_LIBRARY_PATH to use another
> version of libthread that Solaris 8 has.
>
>   I don't know if this is a qemu problem or Solaris problem.
>   My java application can be executed in command line or in GUI but I've
> tried both with no luck. I also have tryed other versions of JRE from 1.1.8
> to 1.5 but no luck either.
>
>   I appreciate **any information** that can help me to execute the java
> program!!
>   Thank you.
>
>   I am using qemu-system-sparc (v2.5.50) with Solaris 8
> (solaris-8-hw4-2.04-sparc).
>   The host is an Ubuntu 15.10 and I am using the openbios-sparc from
> Ubuntus ppa as shown bellow:
>
>           openbios-sparc | 1.1+svn1334-1 |
>   http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages
>
>   The command line used to launch qemu is:
>
>         qemu-system-sparc \
>                 -M SS-5 \
>                 -m 256 \
>                 -boot c \
>                 -cdrom $(DATA_ISO) \
>                 -drive file=root-disk.img,index=0,media=disk,format=raw \
>                 -serial stdio \
>                 -monitor tcp::4444,server,nowait \
>                 -localtime \
>                 -net user \
>                 -net nic \
>                 $(ui)
>
>   DATA_ISO is the way I found to send my data to the guest.
>
>   The root-disk.img is:
>
>         Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
>         Geometry: 27 heads, 107 sectors/track, 24620 cylinders
>         Units: sectors of 1 * 512 = 512 bytes
>         Sector size (logical/physical): 512 bytes / 512 bytes
>         I/O size (minimum/optimal): 512 bytes / 512 bytes
>         Disklabel type: sun
>
>         Device           Start      End  Sectors   Size Id Type       Flags
>         root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root
>         root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u
>         root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk
>         root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home
>
>         image: root-disk.img
>         file format: raw
>         virtual size: 36G (38654705664 bytes)
>         disk size: 1.2G
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/qemu/+bug/1547526/+subscriptions
>

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1547526

Title:
  Java program does not execute on SPARC Solaris 8

Status in QEMU:
  New

Bug description:
  Hello,

  I am trying to run a java program that never execute. The program uses
  jre1.1.5 which came with the java program. I don't know what to do to
  run this application. There are some random messages in command line
  that can be related to my problem (or not). They are:

  	#1. Webstart launcher crashing.
  	Also found here: http://www.openfirmware.info/pipermail/openbios/2011-May/006472.html

  	#2. Assertion failed: MUTEX_HELD(&svc_mutex), file rpc/svc_run.c, line 766
  	Which was already reported here: https://bugs.launchpad.net/qemu/+bug/1450881

  	#3. Some problems with libthread in Solaris. 
  	I have tried a workaround setting LM_LIBRARY_PATH to use another version of libthread that Solaris 8 has.

  I don't know if this is a qemu problem or Solaris problem.
  My java application can be executed in command line or in GUI but I've tried both with no luck. I also have tryed other versions of JRE from 1.1.8 to 1.5 but no luck either.

  I appreciate **any information** that can help me to execute the java program!!
  Thank you.

  I am using qemu-system-sparc (v2.5.50) with Solaris 8 (solaris-8-hw4-2.04-sparc).
  The host is an Ubuntu 15.10 and I am using the openbios-sparc from Ubuntus ppa as shown bellow:

          openbios-sparc | 1.1+svn1334-1 |
  http://archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages

  The command line used to launch qemu is:

  	qemu-system-sparc \
  		-M SS-5 \
  		-m 256 \
  		-boot c \
  		-cdrom $(DATA_ISO) \
  		-drive file=root-disk.img,index=0,media=disk,format=raw \
  		-serial stdio \
  		-monitor tcp::4444,server,nowait \
  		-localtime \
  		-net user \
  		-net nic \
  		$(ui)

  DATA_ISO is the way I found to send my data to the guest.

  The root-disk.img is:

  	Disk root-disk.img: 36 GiB, 38654705664 bytes, 75497472 sectors
  	Geometry: 27 heads, 107 sectors/track, 24620 cylinders
  	Units: sectors of 1 * 512 = 512 bytes
  	Sector size (logical/physical): 512 bytes / 512 bytes
  	I/O size (minimum/optimal): 512 bytes / 512 bytes
  	Disklabel type: sun

  	Device           Start      End  Sectors   Size Id Type       Flags
  	root-disk.img1       0  2744549  2744550   1.3G  2 SunOS root      
  	root-disk.img2 2744550  3047894   303345 148.1M  3 SunOS swap    u 
  	root-disk.img3       0 71127179 71127180  33.9G  5 Whole disk      
  	root-disk.img8 3047895 71127179 68079285  32.5G  8 SunOS home      

  	image: root-disk.img
  	file format: raw
  	virtual size: 36G (38654705664 bytes)
  	disk size: 1.2G

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1547526/+subscriptions

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-05-02 22:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-19 14:01 [Qemu-devel] [Bug 1547526] [NEW] Java program does not execute on SPARC Solaris 8 leoheck
2016-02-20 12:46 ` [Qemu-devel] [Bug 1547526] " Mark Cave-Ayland
2016-02-20 13:34 ` leoheck
2016-04-11 11:03 ` Mark Cave-Ayland
2016-04-11 13:55 ` Leandro Heck
2016-04-11 13:57 ` Leandro Heck
2016-04-11 14:28 ` Mark Cave-Ayland
2016-04-11 14:39   ` Leandro Heck
2016-04-15  7:49 ` Mark Cave-Ayland
2016-05-02 19:50   ` Leandro Heck
2016-05-02 21:17     ` Bastian Koppelmann
2016-05-02 22:46       ` Leandro Heck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.