Re: [Qemu-devel] Segmentation Fault running Raspberry Pi OS.

2016-11-11 Thread Julio Faracco
Hi guys, Thanks for the feedback. Basically, I'm using master branch. I'm not using any specific tag. $ ./qemu-system-arm --version QEMU emulator version 2.7.50 (v2.7.0-1871-g9b4b035-dirty) Copyright (c) 2003-2016 Fabrice Bellard and the QEMU Project developers I updated this branch (git pull on

Re: [Qemu-devel] Segmentation Fault running Raspberry Pi OS.

2016-11-09 Thread Stefan Weil
On 11/09/16 22:35, Julio Faracco wrote: Hi guys, I was developing a simple OS for Raspberry Pi 2. When I was debugging my OS using "-s -S" options for QEMU, I was getting a segfault: Segmentation fault (core dumped). After that, I decided to run QEMU (for ARM using a raspi2 machine) inside GDB.

Re: [Qemu-devel] Segmentation Fault running Raspberry Pi OS.

2016-11-09 Thread Fam Zheng
On Wed, 11/09 19:35, Julio Faracco wrote: > Hi guys, > > I was developing a simple OS for Raspberry Pi 2. > When I was debugging my OS using "-s -S" options for QEMU, I was > getting a segfault: Segmentation fault (core dumped). Hello Julio, What version of QEMU are you using? Please test with t