60 doing strange things to windows

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Post by wildweasel »

Bio Hazard wrote:hmm... i think so, but the process dosent stop. (or is that what "stays in memory" means?)
Yes. A process has to be in memory to keep going.
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $
Contact:

Post by Bio Hazard »

but cant something be in memory but not running?
User avatar
Ultraviolet
Posts: 1152
Joined: Tue Jul 15, 2003 9:08 pm
Location: PROJECT DETAILS CLASSIFIED.

Post by Ultraviolet »

Processes do get orphaned, and they are running but they aren't tied to anything -- they aren't giving data to anyone or processing anything -- and therefore serve no purpose, but that's a different thing.

Everything that is in memory is something that is not running. :D Only individual instructions are run, therefore if something is waiting in memory then it isn't running yet. Heh.
User avatar
Biff
Posts: 1061
Joined: Wed Jul 16, 2003 5:29 pm
Location: Monrovia, CA, USA

Post by Biff »

A "TSR", meaning "terminate and stay resident" program, is in memory but not continuing to execute code which takes computer resources. A typical example is the computer FAX programs of yesteryear. With such running, an incoming call on the appropriate telephone number would be intercepted by your modem, and answered by a FAX program. If you did not start the FAX program, the modem wouldn't be able to answer the call.

Zdoom should not be resident in memory after playing and then quitting. That's a system problem I think.
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $
Contact:

Post by Bio Hazard »

but its there AND executing something (its sucking up 100% of the cpu)
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $
Contact:

Post by Bio Hazard »

ah, fixed in 61

*BUG CLOSED*
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Post by randi »

Bio Hazard wrote:ah, fixed in 61
Really? I'd love to know what the difference was.
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $
Contact:

Post by Bio Hazard »

i dunno, probably something i did to my video driver
Post Reply

Return to “Closed Bugs [GZDoom]”