[SOLVED] Core dumped on udoobunto compilation

Discussion in 'Linux Ubuntu' started by Antonio Collazos, Jun 28, 2016.

  1. Antonio Collazos

    Antonio Collazos New Member

    Joined:
    Jun 28, 2016
    Messages:
    3
    Likes Received:
    2
    Hello,

    I'm trying to compile udoobuntu minimal for Neo Full but I'm having troubles.
    At a point of the compile process the following message appears and the compilation is aborted:
    Code:
    Extracting templates from packages: 100%
    Preconfiguring packages ...
    Fetched 35.5 MB in 12s (2937 kB/s)
    (Reading database ... 11938 files and directories currently installed.)
    Preparing to unpack .../base-files_7.2ubuntu5.4_armhf.deb ...
    Progress: [ 0%]Unpacking base-files (7.2ubuntu5.4) over (7.2ubuntu5) ...
    terminate called after throwing an instance of 'std::bad_alloc'
    what(): std::bad_alloc
    qemu: uncaught target signal 6 (Aborted) - core dumped
    include/debootstrap.sh: line 118: 4923 Aborted (core dumped) chroot "$ROOTFS/" /bin/bash -c 'PATH=/fake:$PATH apt -y full-upgrade'
    
    Any idea of what is happening?

    I attach a file with the full compilation process.

    Thanks in advance,
    Regards,
    Antonio.
     

    Attached Files:

    • log.txt
      File size:
      53.5 KB
      Views:
      3
    Last edited by a moderator: Jun 30, 2016
  2. ektor5

    ektor5 Administrator Staff Member

    Joined:
    Jul 1, 2013
    Messages:
    97
    Likes Received:
    48
    Hi there,
    Maybe you were out of memory... Can you give more information on the machine you're using?
    Also share dmesg if you can.
     
  3. Antonio Collazos

    Antonio Collazos New Member

    Joined:
    Jun 28, 2016
    Messages:
    3
    Likes Received:
    2
    Hello Ektor,

    Thanks for replying!

    I'm using a develompent enviroment as the described in the Neo documentation (virtual machine with ubuntu 14.04).
    I think that it is not a memory problem, because I had 2GB assigned to the vm and I have rised the memory amount to 3GB but the compilation stops at the same point.

    I have attached dmesg in in file in this post.

    Regards,
    Antonio.
     

    Attached Files:

  4. ektor5

    ektor5 Administrator Staff Member

    Joined:
    Jul 1, 2013
    Messages:
    97
    Likes Received:
    48
    Other info? VM Architecture, VM version...
    Also, have you updated your Ubuntu 14.04? mkudoobuntu uses a chroot with a qemu-static emulation... It could be that an old qemu have issues with the newest VMs...
    Code:
    sudo apt update && sudo apt upgrade
    
    Ek5
     
    Last edited: Jun 30, 2016
  5. Antonio Collazos

    Antonio Collazos New Member

    Joined:
    Jun 28, 2016
    Messages:
    3
    Likes Received:
    2
    Hello Ektor,

    Definitetly the problem should be something wring in the distribution (probably something I installed or updated before) beause a college has test it in a clean virtual machine and it has succed.
    Thanks for your help!

    Regards,
    Antonio.
     
    Andrea Rovai and ektor5 like this.

Share This Page