Re: [uml-user] segmentation fault

2011-11-16 Thread Lakshmipathi.G
Hi - If I'm not wrong , you should provide rootfs as an argument - ./linux ubda=/path/to/rootfs If that didn't work,please post the exact compilation steps and exact error messages. -- Cheers, Lakshmipathi.G FOSS Programmer. www.giis.co.in On Wed, Nov 16, 2011 at 8:42 PM, mattias wrote:

[uml-user] segmentation fault

2011-11-16 Thread mattias
i compile um on centos 5.7 and try ./linux but the only thing are segmentation fault -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, sec

[uml-user] Segmentation fault on copy_to_user

2008-09-25 Thread Peter Fiser
Hello everyone! I have a problem with debugging a kernel module with UML. The module works OK on a regular machine, but when i try to debug it whit UML it seg faults with the following trace: Program received signal SIGSEGV, Segmentation fault. 0x080593b6 in do_buffer_op (jmpbuf=0x9da8e08, ar

Re: [uml-user] Segmentation Fault

2008-08-04 Thread Jeff Dike
On Tue, Jul 29, 2008 at 05:53:48PM -0700, David Francisco Rodriguez Perez wrote: > So I was able to do the unmapping from the user space process page table > inside UML using: > > pgdp = pgd_offset(mm, addr); > if (pgdp == NULL) return; > pudp = pud_offset(pgdp, addr); > if (pudp

Re: [uml-user] Segmentation Fault

2008-07-29 Thread David Francisco Rodriguez Perez
Hi all So far I have found my issue of memory corruption in my initialization routine. So far I can do mapping of pages to a user space program and unmapping them correctly inside UML. So let's me explain what we do in our current box. 1. The driver allocates a big compound page to server as a po

Re: [uml-user] Segmentation Fault

2008-07-11 Thread Jeff Dike
On Fri, Jul 11, 2008 at 03:04:34PM -0700, David Francisco Rodriguez Perez wrote: > Program received signal SIGSEGV, Segmentation fault. > 0x0805c2bb in copy_chunk_from_user (from=148668472, len=4040, arg=0xdd8de48) Tell gdb to handle SIGSEGV pass noprint nostop > Other crash!!! > > NI15 # l

Re: [uml-user] Segmentation Fault

2008-07-11 Thread David Francisco Rodriguez Perez
Hi One last important detail. The module works creating the mmap driver operation. The driver uses vm_insert_page and getting the pages with __get_free_pages. Would that be the problem??? thanks David On Fri, Jul 11, 2008 at 3:04 PM, David Francisco Rodriguez Perez < [EMAIL PROTECTED]> wrote:

[uml-user] Segmentation Fault

2008-07-11 Thread David Francisco Rodriguez Perez
Hi All I am having problems with LKM compiled for UML. I am porting some drivers from our box to our simulation based on UML. But I am having segmentation faults or memory corruptions which by gdb always looks at the same place. So I wanted to know if my problem is because the modules have been c

Re: [uml-user] Segmentation Fault

2006-09-24 Thread Blaisorblade
On Monday 18 September 2006 07:33, Jonas M. Meyer 01 wrote: > I am getting the famous segmentation fault problem (with > dig, host, bind, etc). However, I have no /lib/tls under > either the guest or the host systems. (I have deleted every > file that has tls in the name on the guest even, to no

[uml-user] Segmentation Fault

2006-09-17 Thread Jonas M. Meyer 01
I am getting the famous segmentation fault problem (with dig, host, bind, etc). However, I have no /lib/tls under either the guest or the host systems. (I have deleted every file that has tls in the name on the guest even, to no effect). I get this problem on both an Opteron 165 and a 2x Dual co

Re: [uml-user] segmentation fault on slapd

2005-03-29 Thread Javi
On Tuesday 29 March 2005 19:18, Robin Green wrote: > Have you moved /lib/tls to /lib/tls.disabled? I've just done it and it's already working. Thanks for answering promptly. > Unfortunately (at least on fedora core 3) slapd standard database backends > won't work at all without /lib/tls. I am mo

Re: [uml-user] segmentation fault on slapd

2005-03-29 Thread Robin Green
On Tue, 29 Mar 2005, Javi wrote: Hi, I got a segmentation fault when executing slapd. I attach a "strace -f slapd output" below. My system info is: - Host kernel 2.6.10-skas3-v7 - Guest kernel 2.6.11.6 vanilla - Root filesystem based on debian sarge Have you moved /lib/tls to /lib/tls.disabled? Unf

[uml-user] segmentation fault on slapd

2005-03-29 Thread Javi
Hi, I got a segmentation fault when executing slapd. I attach a "strace -f slapd output" below. My system info is: - Host kernel 2.6.10-skas3-v7 - Guest kernel 2.6.11.6 vanilla - Root filesystem based on debian sarge Everything else I'm running seems to work ok, apache-perl, squid... Any

Re: [uml-user] Segmentation fault in host command

2005-01-31 Thread Mark Huth
> host -a somedomain.com > ipv6: version magic '2.6.9-1.6_FC2 686 REGPARM > 4KSTACKS gcc-3.3' should be '2.6.9-bb4 gcc-3.3' > Segmentation fault > > I use kernel 2.6.9 bb4 on guest and 2.6.10 skas v7 > on the Host. > > Have you some ideas? Well I'm no kernel expert, but it so

[uml-user] Segmentation fault in host command

2005-01-31 Thread uml
Hi , my fedora core 2 guest have this problem:   host -a somedomain.comipv6: version magic '2.6.9-1.6_FC2 686 REGPARM 4KSTACKS gcc-3.3' should be '2.6.9-bb4 gcc-3.3'Segmentation fault   I use kernel 2.6.9 bb4 on guest and 2.6.10 skas v7 on the Host.   Have you some ideas?   Thanks