Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 27 |
Nodes: | 6 (0 / 6) |
Uptime: | 38:00:56 |
Calls: | 631 |
Calls today: | 2 |
Files: | 1,187 |
D/L today: |
22 files (29,767K bytes) |
Messages: | 173,681 |
In another thread discussing object-oriented Forth, I used my program epr-sim.4th as an example of using the compact OO system, mini-oof.4th. Running epr-sim.4th under the latest development versions of both
kForth-64 and kForth-32 results in a seg fault.
To reproduce the bug,
1. start kforth64 (v0.6.0) / kforth32 (v2.6.0)
2. "include epr-sim.4th"
3. Press menu option 'C' (continuous emitter).
This happens with the latest versions, above, but works in earlier
versions kForth-64 v0.5.1 / kForth-32 v2.5.0.
...