/sbin/loader: Fatal Error: cannot map libxxx.so

From: Domingo López Franco (domingo_at_tid.es)
Date: 03/25/04

  • Next message: dmaira: "Migration 5.1 to 5.1a"
    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.
    

  • Next message: dmaira: "Migration 5.1 to 5.1a"

    Relevant Pages

    • Re: Big endian convention in Ruby
      ... if the array holding this is ... messageHex[0].hex.to_i this will ensure that it is a integer in hex. ... Unpack directly to Integers, as shown above. ... It works perfectly fine with in give the loop 64 times.. ...
      (comp.lang.ruby)
    • Re: byte data manipulation
      ... Read in the input hex file, stripping of the preamble and checksum ... and putting the bytes (2 chars) into array_1. ... explains why you need the array. ...
      (comp.lang.c)
    • Re: Hex to Binary Conversion
      ... I have an array of hex bytes. ... The conversion itself depends on exactly what you mean, as well as in what order the bytes are provided. ... complement of it ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: how to update binary field types in ADO
      ... called hex conversion? ... Is text stored as a hex array? ... Although the stream converson is a handy idea, I'm not sure how I'd go ... Have I not created an array of bytes? ...
      (microsoft.public.scripting.vbscript)
    • RE: Need Help getting values from bits.
      ... array, and convert it back to a hex value. ... Out of those 32 bits I need to get the hex value of certain ... The header information I am ... I've been able to move the data into a BitArray, but from that point I'm at ...
      (microsoft.public.dotnet.languages.csharp)