π
<-
Chat plein-écran
[^]

KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

:32tins: :32tinsktpb: :32tinsktpn: :32tinscas: :32tinstpkc: :32tinstpktpb: :32tinstp: :32tinscastp: :32tinscmc: :32tinscx: :32tinscxcas:

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude Adriweb » 04 Mai 2015, 02:36

Out of curiosity, does it still crash when opening a "standard" tns file in between ?
Maybe some things don't get restored well under specific circumstances... who knows, especially when it's not reproducible on everyone's machine :(
Image

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
Avatar de l’utilisateur
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 80.2%
 
Messages: 14615
Images: 1218
Inscription: 01 Juin 2007, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Twitter/X: adriweb
GitHub: adriweb

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude Strontium » 04 Mai 2015, 05:34

Nope, still crashes. I've begun to think that it's an issue with ndless, not KhiCAS.
Avatar de l’utilisateur
Strontium
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Prochain niv.: 66.7%
 
Messages: 10
Inscription: 21 Avr 2015, 07:52
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude Vogtinator » 04 Mai 2015, 08:47

Entirely possible, but to solve the issues some more testing is needed.
Can someone try to reproduce the crashes on OS 3.6 with the new and old ndless_resources?
Dernière édition par Vogtinator le 04 Mai 2015, 08:48, édité 1 fois.
Avatar de l’utilisateur
VogtinatorPremium
Niveau 9: IC (Compteur Infatigable)
Niveau 9: IC (Compteur Infatigable)
Prochain niv.: 1.6%
 
Messages: 217
Inscription: 29 Mar 2014, 15:55
Genre: Homme
Calculatrice(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude Strontium » 08 Mai 2015, 07:31

I found a \LOGS direction in root. It appears it stores some crash logs. Could it be of any use?
Avatar de l’utilisateur
Strontium
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Prochain niv.: 66.7%
 
Messages: 10
Inscription: 21 Avr 2015, 07:52
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude Vogtinator » 08 Mai 2015, 19:04

If you got a XXXX_exception logfile, you can upload it, although it won't be easy to read and make use out of it.
Avatar de l’utilisateur
VogtinatorPremium
Niveau 9: IC (Compteur Infatigable)
Niveau 9: IC (Compteur Infatigable)
Prochain niv.: 1.6%
 
Messages: 217
Inscription: 29 Mar 2014, 15:55
Genre: Homme
Calculatrice(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude Strontium » 10 Juil 2015, 01:45

I tried out Khicas in Firebird using the files I got from my own calculator using Polydumper. KhiCAS still causes a crash under the same circumstances.

Here is the entire log from the serial monitor, from first boot, to installing ndless, to using KhiCAS, to the crash.
http://pastebin.com/5w46wrb7

I'm not sure if it will help at all. One thing I have noticed, though, is that the line
Code: Tout sélectionner
Module ID lookup failed for module 646f6362 in TI_RM_GetString()
appears a ton while browsing the documents until I install ndless. I am unsure if that is a problem with the emulator or not, though.

The debugger displays this line when the (emulated) calc crashes:
Code: Tout sélectionner
Warning (1037e4f4): Data abort: address=74f9f708 status=05 instruction at 1037e4f4
Avatar de l’utilisateur
Strontium
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Prochain niv.: 66.7%
 
Messages: 10
Inscription: 21 Avr 2015, 07:52
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude Vogtinator » 10 Juil 2015, 13:19

I can reproduce that issue 4 out of 5 times (once it was a lua script error: "attempt to call global 'View' (a table value)") on Ndless 3.6 (old), Ndless 3.6 (new) and Ndless 3.9.1.
The crash is internally to lua, so it's likely that something is wrong with luagiac, maybe memory corruption like an off-by-one-error. It doesn't crash for me if nothing was evaluated.
I just tried with gdb, I can debug khicas just fine with the latest firebird release.
Strontium a écrit:I'm not sure if it will help at all. One thing I have noticed, though, is that the line
Module ID lookup failed for module 646f6362 in TI_RM_GetString()
appears a ton while browsing the documents until I install ndless. I am unsure if that is a problem with the emulator or not, though.

That's a bug in the OS that was so annoying that ndless fixes it.
Avatar de l’utilisateur
VogtinatorPremium
Niveau 9: IC (Compteur Infatigable)
Niveau 9: IC (Compteur Infatigable)
Prochain niv.: 1.6%
 
Messages: 217
Inscription: 29 Mar 2014, 15:55
Genre: Homme
Calculatrice(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude profrd » 26 Nov 2015, 14:10

Concerning the Crashes reported by [ Strontium ] I notice on the posted Youtube Video at https://www.youtube.com/watch?v=x8jGmwUyYyc that his Calculator is probably Connected by the USB port to his PC.

Sometime ago I have been aware of a Ndless "bug" which resulted in a similar Crash with [ Reboot ] if someone presses the [ Scratchpad ] button while the Calculator is still [ Connected ] by the USB Port.

I don´t know if this may be the cause of the problem ocurring to [ Strontium ], but it sure may lead to some new "light" or at least another "direction" of investigation, since it may actually be a [ Ndless ] problem and not a [ KhiCAS ] fault.

I still have OS engine 3.6, ( both on Nspire CX CAS Calculator and also on K-ARM TI ) but have not yet installed [ KhiCAS ] on them.

Another suggestion would be to see if the Crashes still occur not just only on a Physical TI-Nspire Calculator ( disconnected from USB port ), but also with an Emulator ( like K-ARM TI or nspire_emu ) running the Same OS Version ( extracted from the Physical Calc by [ polydumper ] ).

My Sincere Best Wishes to All and Most Grateful Thanks to Parisse, Critor, Adriweb, SpiroH and many others with their More than Dedicated Passion and Effort, have been able to Rise the Standards by which today Calculators ( in face of the strong competition with Tablets and Smartphones ) still shows up as More than Useful and Attractive tools to all the New Generation of Students, and Certainly to the Old Generation of Teachers ( which someday in past were also Passionate and Dedicated Students ... )
Avatar de l’utilisateur
profrd
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Prochain niv.: 80%
 
Messages: 3
Inscription: 26 Nov 2015, 13:39
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude profrd » 27 Nov 2015, 14:25

The link describing the [ Ndless ] Reboot process by pressing the [ ScratchPad ] button while still connected by the USB Port is https://ndlessly.wordpress.com/ndless-troubleshooting/

Concerning the suggestion for testing on other platforms like [ Emulators ], I notice that [ Strontium ] has already done so and Reproduced the error with the New [ Firebird ] emulator announced at https://tiplanet.org/forum/viewtopic.php?t=16652&p=183653 and available from GitHub at https://github.com/nspire-emus/firebird/releases, so it seems that the problem is a Bit More intricate one, and probably related with some abnormal interaction between KhiCAS and Ndless, deserving further investigation.

Thanks once more and a Very Nice Work to All !
Avatar de l’utilisateur
profrd
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Prochain niv.: 80%
 
Messages: 3
Inscription: 26 Nov 2015, 13:39
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: KhiCAS, le moteur formel Giac/Xcas pour toutes TI-Nspire

Message non lude r4nd0mdvr » 22 Jan 2016, 23:01

Hello, I am fairly new to TI Planet. KhiCAS doesn't factor quadratic equations without a leading coefficient of 1. Does anyone know how to fix this?
Avatar de l’utilisateur
r4nd0mdvr
Niveau 11: LV (Légende Vivante)
Niveau 11: LV (Légende Vivante)
Prochain niv.: 12.3%
 
Messages: 30
Inscription: 19 Déc 2015, 14:07
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: Geometry

PrécédenteSuivante

Retourner vers News TI-Nspire

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 27 invités

-
Rechercher
-
Social TI-Planet
-
Sujets à la une
Comparaisons des meilleurs prix pour acheter sa calculatrice !
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
Phi NumWorks jailbreak
123
-
Faire un don / Premium
Pour plus de concours, de lots, de tests, nous aider à payer le serveur et les domaines...
Faire un don
Découvrez les avantages d'un compte donateur !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partenaires et pub
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
1230 utilisateurs:
>1207 invités
>18 membres
>5 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Autres sites intéressants
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)