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:
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
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
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
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
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
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:
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
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
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
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
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
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
> 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
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
15 matches
Mail list logo