AmiBlitz / AmiBlitz3

Complete package of AmiBlitz3 including all sources.
https://www.amiblitz.de/
121 stars 9 forks source link

Find function crashes (3.9.10b2) #92

Closed daedalus2097 closed 3 weeks ago

daedalus2097 commented 7 months ago

More often than not (~75% of the time), the Find function crashes with a $8000002B guru. Fresh install of the 3.9.10b2 release, loading a single source file and running a search. It doesn't seem to make a difference whether the search term is present in the source or not, or whether the search is forwards or backwards.

honitos commented 1 month ago

@daedalus2097: I cannot reproduce the crash. Can you tell me infos about your configuration (CPU,FPU,RAM,OS)?

daedalus2097 commented 1 month ago

Hey :) It was running under WinUAE, OS 3.9, '030 + FPU, 128MB RAM and RTG. It wasn't 100% reproducible, but typically happens when you search for a term that doesn't exist in the source code.

Thanks, Rob

On Mon, 16 Sept 2024 at 09:29, honitos @.***> wrote:

@daedalus2097 https://github.com/daedalus2097: I cannot reproduce the crash. Can you tell me infos about your configuration (CPU,FPU,RAM,OS)?

— Reply to this email directly, view it on GitHub https://github.com/AmiBlitz/AmiBlitz3/issues/92#issuecomment-2352297724, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA43ASC7DYSLQCRVOXQZUQDZW2JGTAVCNFSM6AAAAABFH3MQG2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJSGI4TONZSGQ . You are receiving this because you were mentioned.Message ID: @.***>

honitos commented 1 month ago

Thanks for the infos. I found and fixed several enforcer hits. One of them was within the find function. Maybe that was the cause. I am going to release a new beta version soon.

BTW: how many lines does the source code have where you are seeing the crashes?

daedalus2097 commented 1 month ago

Good news :) I tried a couple of different files, both around 1,000-2,000 lines.

On Tue, 17 Sept 2024 at 14:22, honitos @.***> wrote:

Thanks for the infos. I found and fixed several enforcer hits. One of them was within the find function. Maybe that was the cause. I am going to release a new beta version soon.

BTW: how many lines does the source code have where you are seeing the crashes?

— Reply to this email directly, view it on GitHub https://github.com/AmiBlitz/AmiBlitz3/issues/92#issuecomment-2355781300, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA43ASBVFPFQS6BXJ2GSLPLZXAUKDAVCNFSM6AAAAABFH3MQG2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJVG44DCMZQGA . You are receiving this because you were mentioned.Message ID: @.***>

honitos commented 3 weeks ago

ok, will be in the release within the next days.