Author Topic: Bug Reports  (Read 405551 times)

0 Members and 1 Guest are viewing this topic.

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Bug Reports
« Reply #1215 on: April 28, 2011, 11:47:09 am »
It actually happens with all programs that cause a compiler error as far as I can tell, but I don't keep track of my current RAM level and what it should be, so I can't say for sure. Complicating this is that I don't even know how to calculate what the RAM is supposed to be, TI-OS is so unpredictable about that....
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
Re: Bug Reports
« Reply #1216 on: April 28, 2011, 11:48:19 am »
I know it is a memory leak because I see almost all my RAM gone and there's not a data structure I can delete that's chewing it up. I have to do a RAM clear. And I'm not sure if it happens all the time. And compiling an error free program doesn't fix it.
This happened to me too, but I don't remember what caused it...
There's something about Tuesday...


Pushpins 'n' stuff...


Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Bug Reports
« Reply #1217 on: April 28, 2011, 11:57:20 am »
It actually happens with all programs that cause a compiler error as far as I can tell, but I don't keep track of my current RAM level and what it should be, so I can't say for sure. Complicating this is that I don't even know how to calculate what the RAM is supposed to be, TI-OS is so unpredictable about that....

Hmmmm I only ask because I have compiled 3 different programs, introducing compiler errors into each, and I've compiled them over and over again but I can't seem to get an error.  Although i just realized I am running 0.5.0, so maybe the issue is in 0.5.1

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Bug Reports
« Reply #1218 on: April 28, 2011, 11:58:55 am »
Did you press PRGM after recieving the error?
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Bug Reports
« Reply #1219 on: April 28, 2011, 11:59:11 am »
Yep, every time

Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
Re: Bug Reports
« Reply #1220 on: April 28, 2011, 12:29:40 pm »
It's not just 0.5.1

I got the same issue with 0.5.0
There's something about Tuesday...


Pushpins 'n' stuff...


Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: Bug Reports
« Reply #1221 on: April 28, 2011, 04:05:29 pm »
I'm with Builderboy on this one.  I can't replicate the error.  Just to be clear, what you're describing is that the amount of RAM displayed in the memory management menu before compiling is larger than after compiling when you have an error and scroll to it correct?  To help me debug this, I need more information about how you got there:

* What shell were you compiling for?
* By how much did the memory shrink?
* How large is the source code?
* Approximately how far down the program was the error located?
___Axe_Parser___
Today the calculator, tomorrow the world!

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Bug Reports
« Reply #1222 on: April 28, 2011, 04:08:45 pm »
Hmmm i think i might know why the memory is changing.  If you compile successfully, it creates a program.  If you then recompile and fail, it will *delete* the program, freeing memory.  Maybe this is what you are seeing and thinking its a memory leak?

Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
Re: Bug Reports
« Reply #1223 on: April 28, 2011, 04:13:53 pm »
I'm with Builderboy on this one.  I can't replicate the error.  Just to be clear, what you're describing is that the amount of RAM displayed in the memory management menu before compiling is larger than after compiling when you have an error and scroll to it correct?  To help me debug this, I need more information about how you got there:

* What shell were you compiling for?
* By how much did the memory shrink?
* How large is the source code?
* Approximately how far down the program was the error located?

When it happened to me, I was compiling for no shell, and it filled up pretty much the entire calc's ram. I couldn't archive/unarchive anything. Before compiling I had around 20kb. The source code was about 2k. I don't remember how far down the program the error was located, sorry... (happened a while ago for me)
« Last Edit: April 28, 2011, 04:14:15 pm by ZippyDee »
There's something about Tuesday...


Pushpins 'n' stuff...


Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Bug Reports
« Reply #1224 on: April 28, 2011, 04:14:38 pm »
Yes, this is what it says on the FREE RAM row in the mem management menu
I wasn't compiling for a shell
I only noticed when I tried to run the program once I finally got it compiled and I got an ERR:MEMORY; the Ram was somewhere around 130. Also, it took me several tries to get it error free, and the source is only 396 bytes.
Where the errors occurred kept changing as I fixed them.
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
Re: Bug Reports
« Reply #1225 on: April 28, 2011, 04:16:34 pm »
Yes, this is what it says on the FREE RAM row in the mem management menu
I wasn't compiling for a shell
I only noticed when I tried to run the program once I finally got it compiled and I got an ERR:MEMORY; the Ram was somewhere around 130. Also, it took me several tries to get it error free, and the source is only 396 bytes.
Where the errors occurred kept changing as I fixed them.


Same thing for me. "ERR:MEMORY" and the ram went down to around 100-200.
There's something about Tuesday...


Pushpins 'n' stuff...


Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Bug Reports
« Reply #1226 on: April 28, 2011, 04:21:32 pm »
I think the only way to solve this is to have a copy of the source, since neither me nor Quigibo can replicate it, nor hope to fix it without finding the error.

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Bug Reports
« Reply #1227 on: April 28, 2011, 04:23:46 pm »
Unfortunately, I fixed the errors in the program.
I think, though, that it's not linked to one particular program or another, because I've had it happen with other sources.
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Bug Reports
« Reply #1228 on: April 28, 2011, 08:03:56 pm »
Maybe it has to do with calc models?  Could be lack of extra ram pages or something...
Can't say it's ever happened to me personally in any version, been using 050 for the past few months or so.
Vy'o'us pleorsdti thl'e gjaemue

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Bug Reports
« Reply #1229 on: April 28, 2011, 09:01:15 pm »
I have an old model calc, though. =/
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!