/sbin/loader: Fatal Error: cannot map libxxx.so
From: Domingo López Franco (domingo_at_tid.es)
Date: 03/25/04
- Previous message: Bob Harris: "Re: Performance problem (I/O)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 25 Mar 2004 11:43:23 +0100
Hi,
I've obtained this error when trying to execute a program:
--- 5117:program_name.exe: /sbin/loader: Fatal Error: cannot map libwtc8.so --- The program have been built using Pro*C. It has a great static memory array inside it. The program works fine with an array of 5.500.000 rows. If I increase the size of the array to 6.000.000 rows I'll obtain the above error. I think that it's related with some limit in the configuration of the machine (it has 4GB of RAM). If I run the size command after compiling/linking the program (with both values) I obtained: --- $ size program_name <<<< Program compiled/linked with a 5.500.000 position array - It works fine! text data bss dec hex 163840 8192 987583504 987755536 3adff410 $ size program_name.exe <<<< Program compiled/linked with a 6.000.000 position array - It Fails! text data bss dec hex 163840 8192 1025583504 1025755536 3d23c990 --- Anybody has any clues how to correct it? Thank you very much in advance. Domingo.
- Previous message: Bob Harris: "Re: Performance problem (I/O)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|