Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segmentation fault with Oo features #3995

Closed
vicuna opened this issue Mar 30, 2006 · 2 comments
Closed

segmentation fault with Oo features #3995

vicuna opened this issue Mar 30, 2006 · 2 comments

Comments

@vicuna
Copy link

vicuna commented Mar 30, 2006

Original bug ID: 3995
Reporter: daweil
Status: closed (set by @damiendoligez on 2006-08-30T11:13:37Z)
Resolution: not a bug
Priority: normal
Severity: crash
Version: 3.08.4
Category: runtime system and C interface

Bug description

I have a segmentation fault very similar to bug #3576, very difficult to reproduce on a small example.
As it happens on a industrial software, I'am not able to send the whole code.

It happens on Win32 version, with both ocaml3.08.3 and ocaml3.08.4, and only when running the bytecode.

The segmentation fault seems to depend on the NAME of the method, maybe when
2 methods have similar names, and when there is many methods in the class.

Are you sure the bug #3576 has been corrected in ocaml3.08.4 ?

@vicuna
Copy link
Author

vicuna commented Aug 29, 2006

Comment author: @damiendoligez

Yes we are sure #3576 is corrected. We will need a repro case to investigate this one.

@vicuna
Copy link
Author

vicuna commented Aug 30, 2006

Comment author: daweil

Please close this bug report.
After investigation in our code, it appears that segmentation fault was due to bad C-code that was linked to CAML-code and caused undeterministic side-effect...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant