Process killed on ccgi
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Process killed on ccgi
Process killed on ccgi
31-05-2008 11:31 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
On my machine at home, a bit of the strace looks like this:
close(4) = 0
munmap(0xb7fc8000, 4096) = 0
time([1205715818]) = 1205715818
gettimeofday({1205715818, 70243}, {0, 0}) = 0
gettimeofday({1205715818, 96445}, {0, 0}) = 0
On ccgi, the same bit is:
close(4) = 0
munmap(0x57413000, 4096) = 0
+++ killed by SIGKILL +++
Ie there isn't any memory allocated or much odd going on at that time. Ideas anyone?
Thanks,
epitrope.
Re: Process killed on ccgi
31-05-2008 11:43 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I've had similar SIG_IOT Traps on Linux Running Games ... and games randomly ending for this same reason.
I assume its sume kind of limitation or some condition triggering it.
It depends if this needs to output into your Console. If it's something you intend running in the background...
#!/bin/sh
screen -dmS username /path/to/bin
Although, it probbably wont help... 😕
Jim,
Re: Process killed on ccgi
31-05-2008 11:52 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Process killed on ccgi
01-06-2008 1:29 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks in advance for any help you can offer,
epitrope.
Re: Process killed on ccgi
01-06-2008 2:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
(I am assuming it's compiled either by yourself or pre-compiled for a certain architecture).
Although it is still possibly restrictions set down on the CCGI Servers...
If you have Source or the Name of the program (if precompiled) for it,
we might be able to find a similar solution that will work on the CCGI Server.
Jim,
Re: Process killed on ccgi
01-06-2008 3:34 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks,
epitrope.
Re: Process killed on ccgi
01-06-2008 7:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Is there anyway of changing ccgi's behaviour on this front?
Thanks,
epitrope.
Re: Process killed on ccgi
01-06-2008 11:15 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
So there is a problem with that binary running on the ccgi and is probably a library (shared object) or static library conflict or a coding error in the original program.
You cannot change this behaviour as it is core to a Unix environment.
I'm surprised that Modula-3 uses that signal as it is often fatal to an application when it occurs.
Re: Process killed on ccgi
01-06-2008 11:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
However unfortunately rather than getting the trappable signal SIGSEGV it is instead getting the non-trappable SIGKILL. Another possibility, is there something on ccgi to stop processes fiddling with VM page attributes?
The binary I'm using is a static binary so there should be no library conflicts going on. I've also used the binary on a variety of vanilla Linux kernels so I'm not imagining a problem there.
Thanks,
epitrope.
Re: Process killed on ccgi
01-06-2008 11:34 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Process killed on ccgi
02-06-2008 2:21 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
e.g. http://www.paul.sladen.org/vserver/archives/200710/0040.html
Unfortunately with the way the platform is at the moment it would be a massive piece of work fixing this (assuming vserver has released a fix for this which I'm not even sure of) so it is unlikely to be done on the current platform. As Mike Grice has said in another post in this forum a while back, we've not been giving much love to CGI at the moment but it is something we are keen to get sorted out.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Process killed on ccgi