[Bug 571432] Re: qemu-system-arm crashed with SIGSEGV in subpage_register()

2013-02-14 Thread Peter Maydell
Closing as invalid for QEMU because it's an Incomplete bug against an
ancient QEMU version.


** Changed in: qemu
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/571432

Title:
  qemu-system-arm crashed with SIGSEGV in subpage_register()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571432] Re: qemu-system-arm crashed with SIGSEGV in subpage_register()

2012-09-08 Thread Launchpad Bug Tracker
[Expired for qemu-kvm (Ubuntu) because there has been no activity for 60
days.]

** Changed in: qemu-kvm (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/571432

Title:
  qemu-system-arm crashed with SIGSEGV in subpage_register()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571432] Re: qemu-system-arm crashed with SIGSEGV in subpage_register()

2010-07-30 Thread cmchao
The base address is a little strange
By your StackTrace.log, the base address, passed into  smc91c111_init, is  
0x40CC28C0.  But this address should be 0x1001000, hard-coded in source code.

-- 
qemu-system-arm crashed with SIGSEGV in subpage_register()
https://bugs.launchpad.net/bugs/571432
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571432] Re: qemu-system-arm crashed with SIGSEGV in subpage_register()

2010-06-26 Thread sam tygier
i had a try with qemu 0.12.4+noroms-0ubuntu3 but it did not help

-- 
qemu-system-arm crashed with SIGSEGV in subpage_register()
https://bugs.launchpad.net/bugs/571432
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571432] Re: qemu-system-arm crashed with SIGSEGV in subpage_register()

2010-06-26 Thread sam tygier
looks like i dont have much choice of nic on arm.

s...@oberon:/data/beagleboard/ubuntu-lucid/build/qemu-test2$ qemu-system-arm 
-net nic,model=?
qemu: Supported NIC models: smc91c111
s...@oberon:/data/beagleboard/ubuntu-lucid/build/qemu-test2$ qemu-system-x86_64 
-net nic,model=?
qemu: Supported NIC models: 
ne2k_pci,i82551,i82557b,i82559er,rtl8139,e1000,pcnet,virtio

-- 
qemu-system-arm crashed with SIGSEGV in subpage_register()
https://bugs.launchpad.net/bugs/571432
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571432] Re: qemu-system-arm crashed with SIGSEGV in subpage_register()

2010-06-26 Thread sam tygier
the actual qemu output from:
qemu-system-arm -M versatilepb -cpu cortex-a8 -kernel qemu-vmlinuz -no-reboot 
-nographic -drive file=qemu-armel-201006261210.img,aio=native,cache=none -m 256 
-net nic,model=rtl8139 -append "console=ttyAMA0,115200n8 root=/dev/sda rw 
mem=256M devtmpfs.mount=0 init=/bin/installer"


[5.269126] Freeing init memory: 152K
I: Starting basic services in VM
Adding `local diversion of /usr/sbin/invoke-rc.d to 
/usr/sbin/invoke-rc.d.rootstock'
modprobe: FATAL: Could not load /lib/modules/2.6.32-21-versatile/modules.dep: 
No such file or directory

eth0: ERROR while getting interface flags: No such device
[8.454660] Kernel panic - not syncing: Attempted to kill init!
[8.455793] [] (unwind_backtrace+0x0/0xe4) from [] 
(dump_stack+0x20/0x24)
[8.456087] [] (dump_stack+0x20/0x24) from [] 
(panic+0x54/0x124)
[8.456376] [] (panic+0x54/0x124) from [] 
(forget_original_parent+0x94/0x264)
[8.456647] [] (forget_original_parent+0x94/0x264) from 
[] (exit_notify+0x20/0x14c)
[8.456925] [] (exit_notify+0x20/0x14c) from [] 
(do_exit+0x268/0x2e4)
[8.457179] [] (do_exit+0x268/0x2e4) from [] 
(do_group_exit+0x8c/0xbc)
[8.457432] [] (do_group_exit+0x8c/0xbc) from [] 
(sys_exit_group+0x20/0x28)
[8.457713] [] (sys_exit_group+0x20/0x28) from [] 
(ret_fast_syscall+0x0/0x2c)

-- 
qemu-system-arm crashed with SIGSEGV in subpage_register()
https://bugs.launchpad.net/bugs/571432
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571432] Re: qemu-system-arm crashed with SIGSEGV in subpage_register()

2010-06-26 Thread sam tygier
that did not seem to help:

I: linux-image-2.6.32.11-l13_1.0lucid_armel.deb download complete
I: Setting up serial tty in image
I: Getting Virtual Machine kernel from the server
I: Switching to Virtual Machine for second stage processing
Adding `local diversion of /usr/sbin/invoke-rc.d to 
/usr/sbin/invoke-rc.d.rootstock'
modprobe: FATAL: Could not load /lib/modules/2.6.32-21-versatile/modules.dep: 
No such file or directory

eth0: ERROR while getting interface flags: No such device
E: Second stage build in Virtual Machine failed !
E: Please see the log to see what went wrong.
I: Cleaning up...
./usr/bin/rootstock: line 54: 28811 Killed  qemu-system-arm 
$QEMUOPTS -append "${APPEND}" > $QEMUFIFO 2>&1

I: A logfile was saved as 
/data/beagleboard/ubuntu-lucid/build/rootstock-201006261145.log
I: done ...
mkimage: Can't open ./vmlinuz-*: No such file or directory

-- 
qemu-system-arm crashed with SIGSEGV in subpage_register()
https://bugs.launchpad.net/bugs/571432
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571432] Re: qemu-system-arm crashed with SIGSEGV in subpage_register()

2010-06-24 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu)
   Status: New => Incomplete

-- 
qemu-system-arm crashed with SIGSEGV in subpage_register()
https://bugs.launchpad.net/bugs/571432
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571432] Re: qemu-system-arm crashed with SIGSEGV in subpage_register()

2010-06-24 Thread Serge Hallyn
Does boot succeed if you add

-net nic,model=rtl8139

to your qemu-system-arm arguments?

** Also affects: qemu
   Importance: Undecided
   Status: New

-- 
qemu-system-arm crashed with SIGSEGV in subpage_register()
https://bugs.launchpad.net/bugs/571432
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571432] Re: qemu-system-arm crashed with SIGSEGV in subpage_register()

2010-06-24 Thread Serge Hallyn
I wonder whether this could be related to

http://www.mail-archive.com/qemu-de...@nongnu.org/msg31299.html

-- 
qemu-system-arm crashed with SIGSEGV in subpage_register()
https://bugs.launchpad.net/bugs/571432
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 571432] Re: qemu-system-arm crashed with SIGSEGV in subpage_register()

2010-04-28 Thread sam tygier

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/46053335/BootDmesg.txt

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/46053336/CoreDump.gz

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/46053337/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/46053338/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/46053340/Disassembly.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/46053341/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/46053342/Lsusb.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/46053343/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/46053344/ProcInterrupts.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/46053345/ProcMaps.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/46053346/ProcModules.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/46053347/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/46053348/Registers.txt

** Attachment added: "RelatedPackageVersions.txt"
   http://launchpadlibrarian.net/46053349/RelatedPackageVersions.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/46053350/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/46053351/ThreadStacktrace.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/46053352/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/46053353/UdevLog.txt

** Visibility changed to: Public

-- 
qemu-system-arm crashed with SIGSEGV in subpage_register()
https://bugs.launchpad.net/bugs/571432
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs