π
<-

TicTexpv "Address Error"

:32ti89: :32ti892: :32ti89t: :32ti89tn: :32ti92: :32tiv200:

Re: TicTexpv "Address Error"

Unread postby bruno costa » 21 Feb 2014, 11:53

@Lionel Debroux: The "Address Error" only occur when I have files suitable for Tictexpv...

When I dont have no files the program run fine saying that are no files to open.

Sometimes the program run with files to open other times crash....

Do you think that could be some specific files that made the program crash?


Thanks
User avatar
bruno costa
Niveau 6: SM (Super Membre)
Niveau 6: SM (Super Membre)
Level up: 3.6%
 
Posts: 13
Joined: 10 Feb 2014, 18:06
Location: Viana do Castelo, Portugal
Gender: Male
Calculator(s):
MyCalcs profile
Class: Civil Engineering Student

Re: TicTexpv "Address Error"

Unread postby Lionel Debroux » 21 Feb 2014, 13:46

Do you think that could be some specific files that made the program crash?

Yup, maybe, even though it was never reported before.
If you can isolate one, or several, files which trigger the wicked Address Error, could you send me that / those file(s), or attach it / them here to a new post ?
Thanks in advance.
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
User avatar
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Level up: 11.3%
 
Posts: 6865
Joined: 23 Dec 2009, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Class: -
GitHub: debrouxl

Re: TicTexpv "Address Error"

Unread postby bruno costa » 21 Feb 2014, 13:52

Yes, I could send to you.

Can you send me your email?
User avatar
bruno costa
Niveau 6: SM (Super Membre)
Niveau 6: SM (Super Membre)
Level up: 3.6%
 
Posts: 13
Joined: 10 Feb 2014, 18:06
Location: Viana do Castelo, Portugal
Gender: Male
Calculator(s):
MyCalcs profile
Class: Civil Engineering Student

Re: TicTexpv "Address Error"

Unread postby Lionel Debroux » 21 Feb 2014, 13:59

lionel underscore debroux yahoo fr, or attached to a post in this topic :)
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
User avatar
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Level up: 11.3%
 
Posts: 6865
Joined: 23 Dec 2009, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Class: -
GitHub: debrouxl

Re: TicTexpv "Address Error"

Unread postby bruno costa » 21 Feb 2014, 15:04

Hi,


The file is in attach.
You do not have the required permissions to view the files attached to this post.
User avatar
bruno costa
Niveau 6: SM (Super Membre)
Niveau 6: SM (Super Membre)
Level up: 3.6%
 
Posts: 13
Joined: 10 Feb 2014, 18:06
Location: Viana do Castelo, Portugal
Gender: Male
Calculator(s):
MyCalcs profile
Class: Civil Engineering Student

Re: TicTexpv "Address Error"

Unread postby bruno costa » 21 Feb 2014, 15:07

And this one too...
You do not have the required permissions to view the files attached to this post.
User avatar
bruno costa
Niveau 6: SM (Super Membre)
Niveau 6: SM (Super Membre)
Level up: 3.6%
 
Posts: 13
Joined: 10 Feb 2014, 18:06
Location: Viana do Castelo, Portugal
Gender: Male
Calculator(s):
MyCalcs profile
Class: Civil Engineering Student

Re: TicTexpv "Address Error"

Unread postby Lionel Debroux » 21 Feb 2014, 15:10

Alright, but much more than the input PDF files, I need the corresponding files produced by the conversion, the files suitable for the calculator, with a .89y, .9xy or .v2y extension ;)
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
User avatar
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Level up: 11.3%
 
Posts: 6865
Joined: 23 Dec 2009, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Class: -
GitHub: debrouxl

Re: TicTexpv "Address Error"

Unread postby bruno costa » 21 Feb 2014, 15:20

This one here?

Already downloaded with mViewer GX Creator....
You do not have the required permissions to view the files attached to this post.
User avatar
bruno costa
Niveau 6: SM (Super Membre)
Niveau 6: SM (Super Membre)
Level up: 3.6%
 
Posts: 13
Joined: 10 Feb 2014, 18:06
Location: Viana do Castelo, Portugal
Gender: Male
Calculator(s):
MyCalcs profile
Class: Civil Engineering Student

Re: TicTexpv "Address Error"

Unread postby Lionel Debroux » 22 Feb 2014, 17:32

The combination of an odd number of lines, and an odd byte width, triggers Address Error when performing unaligned word reads. None of the example files provided alongside tictexpv tripped the viewer.
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
User avatar
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Level up: 11.3%
 
Posts: 6865
Joined: 23 Dec 2009, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Class: -
GitHub: debrouxl

Re: TicTexpv "Address Error"

Unread postby Lionel Debroux » 22 Feb 2014, 22:00

Attached is a new, lightly tested version (don't consider it official just yet), which fixes the problem.
This new version ends up being smaller than the previous one, thanks to a change in compilation options and several additional code optimizations. Several more bytes could be squeezed for the unaligned reads through a well-known ASM trick, but using it through inline ASM with C operands doesn't yield the result I'd expect, which means I'm not talking to the compiler correctly, and it's too late to debug that.
You do not have the required permissions to view the files attached to this post.
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
User avatar
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Level up: 11.3%
 
Posts: 6865
Joined: 23 Dec 2009, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Class: -
GitHub: debrouxl

PreviousNext

Return to Problèmes divers / Aide débutants

Who is online

Users browsing this forum: ClaudeBot [spider] and 7 guests

-
Search
-
Social TI-Planet
-
Featured topics
Comparaisons des meilleurs prix pour acheter sa calculatrice !
"1 calculatrice pour tous", le programme solidaire de Texas Instruments. Reçois gratuitement et sans aucune obligation d'achat, 5 calculatrices couleur programmables en Python à donner aux élèves les plus nécessiteux de ton lycée. Tu peux recevoir au choix 5 TI-82 Advanced Edition Python ou bien 5 TI-83 Premium CE Edition Python.
Enseignant(e), reçois gratuitement 1 exemplaire de test de la TI-82 Advanced Edition Python. À demander d'ici le 31 décembre 2024.
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
1234
-
Donations / Premium
For more contests, prizes, reviews, helping us pay the server and domains...
Donate
Discover the the advantages of a donor account !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partner and ad
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
886 utilisateurs:
>796 invités
>82 membres
>8 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Other interesting websites
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)