Browse thread
exception not registered.Abandon
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Adrien <camaradetux@g...> |
| Subject: | Re: [Caml-list] exception not registered.Abandon |
On 13/03/2010, Florent Monnier <monnier.florent@gmail.com> wrote:
>> > I have compiled a program using the native compiler, then when I run the
>> > executable I get this error message:
>> >
>> > exception not registered.Abandon
>> >
>> > Searching Google I don't find anything about this error message.
>> > How should I interpret it?
>>
>> Is the program linked to C code (apart from stdlib, I mean)?
>
> Yes it is.
> It's linked with OpenGL (only the GL lib, no GLU or anything esle) and SDL
> (through ocaml-sdl)
>
> It's a program that I try to switch the windowing part from Glut to SDL.
> With Glut it works alright.
>
> Also I've just seen that running in the interpreted mode instead of native
> code the program does run without any problem.
>
> Do these additional informations give you any clue?
>
FWIW, I've quickly grep'ed for 'exception not registered' in my ocaml
install (which is fairly big) and all the results I got came from sdl
stubs : sdl{stub,mixerstub,loaderstub}.{so,a}.
---
Adrien Nader