[Asterisk-Users] System called seems forked up
andrewg at felinemenace.org
andrewg at felinemenace.org
Sat Feb 21 07:13:16 MST 2004
On Sat, Feb 21, 2004 at 09:08:02AM -0500, Bill Michaelson wrote:
>
> Does anyone have any ideas?
>
Can you check the errno? strerror(errno); should give you a string of why it
failed. (Just be careful not to use other stuff which touches errno after the
fork()
(note, I didn't read over the code, just something that came to mind.)
More information about the asterisk-users
mailing list