Welcome, Guest. Please login or register.

Author Topic: Another bug found in Boing Bag 2  (Read 3211 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SystemTopic starter

  • Full Member
  • ***
  • Join Date: Jul 2003
  • Posts: 199
    • http://amiga.org
Another bug found in Boing Bag 2
« on: January 08, 2001, 06:13:26 PM »
From the AOS35 mailing list ..


"There is a serious bug in the latest amigaguide.datatype, seems it has

problems with pooled memory handling or something.
"



To reproduce just use the dummy

AG database as shown below and place just enough text into node #1 for @NODE

"#2" to be exactly at offset $1000 (4096). Now try to load the node #2.








---cut here---


@DATABASE "test.guide"


@NODE Main "test"
 

@{"test node #1" LINK "1"}


@{"test node #2" LINK "2"}


@ENDNODE


@NODE "1" "test node #1"


Stuff some more txt here for node 2 keyword to start at offset 4096.


@ENDNODE


@NODE "2" "test node #2"


@ENDNODE


---cut here---
 




Thanks to Mikolaj Calusinski for this info.