Results 1 to 3 of 3

Thread: core dump generation

  1. #1
    alverson is offline Registered User
    Name: Dennis Alverson
    Organization: Braxton Technologies
    Project: Orbital Analysis
    Join Date
    Aug 2011
    Posts
    5

    core dump generation

    How do I get ICE to create a core dump when a seg fault occurs? I can see a service that is part of my app is causing a seg fault in the log file, i.e. SIGSEGV signal is being caught, but no core dump is created.
    Dennis Alverson
    Braxton Technologies

  2. #2
    benoit's Avatar
    benoit is online now ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Hi Dennis,

    It's a Unix configuration setting. On Linux, you can for example enable core dumps by using:

    Code:
    $ ulimit -c unlimited
    If you are using IceGrid, it should be sufficient to enable core dumps in the environment where the IceGrid node is started and children processes created by the IceGrid node will also create core dumps.

    Cheers,
    Benoit.

  3. #3
    alverson is offline Registered User
    Name: Dennis Alverson
    Organization: Braxton Technologies
    Project: Orbital Analysis
    Join Date
    Aug 2011
    Posts
    5
    That worked. Thanks.
    Dennis Alverson
    Braxton Technologies

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dump on Exception in C++ Service?
    By acbell in forum Help Center
    Replies: 1
    Last Post: 04-22-2008, 05:28 AM
  2. IceBox in IceGrid does not generate core dump file
    By sinofool in forum Help Center
    Replies: 1
    Last Post: 04-10-2008, 09:36 PM
  3. Core dump in Python servant locator
    By blair in forum Patches
    Replies: 2
    Last Post: 06-26-2007, 12:29 PM
  4. Ice 3.1.1 core dump while invoke on replica
    By sinofool in forum Help Center
    Replies: 8
    Last Post: 11-06-2006, 09:32 AM
  5. Core dump building Ice 1.4 on Solaris
    By brian in forum Help Center
    Replies: 3
    Last Post: 06-18-2004, 04:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •