From: Winfried Dreckmann <wd@lidingo.mail.telia.com>
To: " caml list" <caml-list@inria.fr>
Subject: [Caml-list] signal handling problem
Date: Thu, 06 Jun 2002 07:30:25 +0200 [thread overview]
Message-ID: <B924C011.B912%wd@lidingo.mail.telia.com> (raw)
Hi everyone,
I have a rather complicated program which uses the C interface a lot, with
lots of allocations from both Ocaml and C code. The program runs fine in
byte code and native code, but the native version breaks down as soon as I
add a trivial signal handler with a Unix timer:
let _ = Sys.set_signal Sys.sigalrm (Sys.Signal_handle (fun s -> ()))
let _ =
Unix.setitimer
Unix.ITIMER_REAL { Unix.it_interval = 0.25; Unix.it_value = 0.25 }
I cannot locate the problem, nor reproduce the problem with a simpler
program. I am running a rather old version of Linux (Suse 6.4, kernel
2.2.14) on PowerPC. Are there known issues with signal handling and old
Linux on PowerPC? Should I upgrade and try again, or file a big and
unspecific bug report now?
Winfried Dreckmann
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
reply other threads:[~2002-06-06 5:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=B924C011.B912%wd@lidingo.mail.telia.com \
--to=wd@lidingo.mail.telia.com \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox