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

Bug dans la compilation des objets #2753

Closed
vicuna opened this issue Apr 24, 2001 · 2 comments
Closed

Bug dans la compilation des objets #2753

vicuna opened this issue Apr 24, 2001 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Apr 24, 2001

Original bug ID: 346
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Jacques Garrigue
Version: 2.04, 3.01
OS: Solaris, Digital UNIX, ...
Submission from: pmdhcp06.kaba.or.jp (202.249.19.118)
Submitted by: garrigue

L'exemple parle de lui-meme. On obtient exactement le meme resultat avec des
versions
variees d'ocaml.

class c = object method private m = 3 end;;

class c : object method private m : int end

class virtual d = object (self)

method private virtual m : int
initializer print_int self#m

end;;
class virtual d : object method private virtual m : int end

class e = object inherit c inherit d end;;

class e : object method private m : int end

new e;;

Segmentation fault

Si on inverse l'ordre d'heritage, pas de probleme.

Jacques
@vicuna
Copy link
Author

vicuna commented Jun 8, 2001

Comment author: administrator

Salut Jacques,

On Tue, Apr 24, 2001 at 11:44:05AM +0200, garrigue@kurims.kyoto-u.ac.jp wrote:

Full_Name: Jacques Garrigue
Version: 2.04, 3.01
OS: Solaris, Digital UNIX, ...
Submission from: pmdhcp06.kaba.or.jp (202.249.19.118)
Submitted by: garrigue

L'exemple parle de lui-meme. On obtient exactement le meme resultat avec des
versions variees d'ocaml.
[...]

class e = object inherit c inherit d end;;

class e : object method private m : int end

new e;;

Segmentation fault

Le bug est maintenant corrigé dans la version de travail.

-- Jérôme

@vicuna
Copy link
Author

vicuna commented Jun 15, 2001

Comment author: administrator

Fixed by JV in 3.01+3 (2001-06-08)

@vicuna vicuna closed this as completed Jun 15, 2001
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant