Archived

This forum has been archived. Please start a new discussion on GitHub.

IceGridNode: Server exit with signal 25

Hi,

We are facing a very similar problem mentioned in the following post:
http://www.zeroc.com/forums/help-center/2969-log-file-size-error.html

We are running an IceGridNode on a Debian machine, Kernel 2.6.21-2-686, gcc
version 4.2, Ice 3.2.

When the server's '.out' file exceeded 2GB, starting the server would fail with an error message about the server exitting with signal 25. It took a while to track down the problem from this message. Deleting the '.out' file got rid of the problem.

Thanks,

Tobias

Comments

  • benoit
    benoit Rennes, France
    Hi,

    See [thread=3243]this thread[/thread] for a way to fix this problem.

    Ice 3.2.1 will include a fix for this as well (it's using freopen64 for redirecting stderr/stdout to a file on platforms where it's available).

    Cheers,
    Benoit.