[15 Feb 2011] Crash on Exit

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
PEB
Posts: 569
Joined: Sun Feb 21, 2010 1:28 am

[15 Feb 2011] Crash on Exit

Post by PEB »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 15 Feb 2011 19:30:56 -0000

The following code produces a system crash on exit:

Code: Select all

@BRUSH 1, "Background"

TestOne=CreateTexturedBGPic(Nil, 1, 800, 600)
TestTwo=CopyBGPic(TestOne, Nil)

;End

Repeat
	WaitEvent
Forever
The crash happens with this code only when the program terminates---either by using End(), or Ctrl-c, or closing the window through its GUI close gadget.

This happens with OS4.1, update 2, µA1.
User avatar
lazi
Posts: 627
Joined: Thu Feb 24, 2011 11:08 pm

[16 Feb 2011] Re: Crash on Exit

Post by lazi »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Wed, 16 Feb 2011 12:36:17 +0100

Hello rev

I can confirm that. rtg.library crashes even on OS4.1 without updates.
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[21 Feb 2011] Re: Crash on Exit

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 21 Feb 2011 21:44:43 +0100
The crash happens with this code only when the program terminates---either by using End(), or Ctrl-c, or closing the window through its GUI close gadget.

This happens with OS4.1, update 2, µA1.
Right, it happens on every platform because CopyBGPic() doesn't work correctly on textured BGPics. It's fixed now. Thanks for the report!
User avatar
lazi
Posts: 627
Joined: Thu Feb 24, 2011 11:08 pm

[23 Feb 2011] Re: Crash on Exit

Post by lazi »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Wed, 23 Feb 2011 17:10:02 +0100

Hello Andreas
Right, it happens on every platform because CopyBGPic() doesn't work correctly on textured BGPics. It's fixed now. Thanks for the report!
Sooo many fixes from 4.7! Could you share something with us about the next release? (Other than that it will be 4.8 :)
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[23 Feb 2011] Re: Re: Crash on Exit

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Wed, 23 Feb 2011 18:32:15 +0100
Sooo many fixes from 4.7! Could you share something with us about the next release? (Other than that it will be 4.8 :)
It's all just minor bugs that can be easily circumvented. No need for a fix :)
User avatar
lazi
Posts: 627
Joined: Thu Feb 24, 2011 11:08 pm

[24 Feb 2011] Re: Crash on Exit

Post by lazi »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Thu, 24 Feb 2011 00:12:33 +0100

Hello Andreas
It's all just minor bugs that can be easily circumvented. No need for a fix :)
Who needs fixes? I love surprises, and killer features :)

I know this is the easier side with wishes and complaints, your side is full of hard work and sweat. I wish you keep hang in there. :)

So, when will we get 4.8? ;)
Locked