[
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: | Jacques Garrigue <garrigue@m...> |
| Subject: | Re: [Caml-list] virtual instance variables |
From: Jeremy Yallop <jeremy.yallop@ed.ac.uk> > Should this be considered a bug? > > # (object val virtual c : float method m = c end) # m;; > Segmentation fault Any segmentation fault using no unsafe features is clearly a bug, and should go in the bug database. Should be fixed soon. Jacques Garrigue