Difference between revisions of "LWBugTrackerForTesting"

From ApCoCoAWiki
 
(36 intermediate revisions by 11 users not shown)
Line 2: Line 2:
  
 
==Open==
 
==Open==
* Unpacking win standalone, starting and reusing already existing projec raises error "ApCoCoA could not be started. Reason: The given ApCoCoA executable does not exist.". In the preferences, the interpreter install is deleted when opening the preferences dialog. Also every time you start it you need a new workspace. EU
+
* ApCoCoAServer & ApCoCoAQT crashed with 'invalid pointer' when I tried to use (missing) GNUPlot: ''Trying to launch application: /home/garak/ApCoCoA-1.6.0/gnuplot/bin/wgnuplot in path' ' No path is given.'' (x86 Linux QT) SN
* ''Latte tests fail on Linux''. Latte build seems to be broken. Linux 32/64, SK
+
** ST-2010-12-16: Postponed.
 +
** ST-2010-12-16: We have to discuss a standard way of handling missing external binaries (which we do not want to supply for some platforms, like gnuplot on linux).
 +
 
 +
==Assigned==
 +
 
 +
==To Test==
 +
* ApCoCoAServer throws the error/warning: ''Trying to launch application: /home/garak/ApCoCoA-1.6.0/plugins/org.apcocoa.contribution.linux.x86.gtk.fragment_1.6.0.201012151632/os/linux/apcocoa/Glpk/bin/glpsol in path ' ' '' (x86 Linux) SN
 +
** ST-2011-05-06: Now using the logging framework.
 +
** ST-2010-12-16: Postponed.
 +
** ST-2010-12-16: This is the usual info when launching stuff by the server. Maybe the empty path is irritating. Are there any errors after this line?
 +
 
 +
==Resolved==
 +
* ''Latte tests fail on Linux/Mac''. Latte build seems to be broken. Linux 32/64, Mac, SK
 
** SK-2010-12-15: Update: the tests only fail if called from Moccha.
 
** SK-2010-12-15: Update: the tests only fail if called from Moccha.
* Naming of "Default Interpreter".
+
** SK-2010-12-15: Update: fixed on Linux platforms. Mac platform will be fixed shortly (I guess).
 +
*** ST-2011-04-28: Fixed.
 +
*** ST-2010-12-16: Postponed.
 +
*** ST-2010-12-16: Hmm, with the MacOS 10.5 vs 10.6 issue this might take some time. There are currently more important issues I'll fix first.
 +
* The input line ''<->'' closes the ApCoCoA Session after printing two parse errors. (x86 Linux Moccha) SN
 +
** ST-2011-04-28: Fixed. We simply have to add one whitespace at the end of the strings that are sent to cocoa.
 +
** ST-2010-12-16: Postponed.
 +
* Find a better way to handle changed default interpreter install after update, see also below ''Unpacking win standalone...''
 +
** ST-2011-04-28: Fixed. The preferences entry for the default interpreter is now
 +
** ST-2010-12-16: Postponed.
 
* Moccha uses some Java-1.6 specifics s.a. String.isEmpty() which shoule be avoided due to 1.5 compatibility.
 
* Moccha uses some Java-1.6 specifics s.a. String.isEmpty() which shoule be avoided due to 1.5 compatibility.
 +
** JL/ST-2010-12-16: Jan tested most important GUI features on a virtual machine with Java 1.5.
 
** ST-2010-12-15: Fixed for the problem in question, however we need to check all files for this issue. However, we need a pure 1.5 installation for this.
 
** ST-2010-12-15: Fixed for the problem in question, however we need to check all files for this issue. However, we need a pure 1.5 installation for this.
* ''Opening of library files broken''. Add new project, go to libraries, try to open. Instead of the content, an error message is displayed in the editor window. MacOS X, ST
+
* Unpacking win standalone, starting and reusing already existing projec raises error "ApCoCoA could not be started. Reason: The given ApCoCoA executable does not exist.". In the preferences, the interpreter install is deleted when opening the preferences dialog. Also every time you start it you need a new workspace. EU
 +
** ST-2010-12-16: Right now there is a workaround: If ApCoCoA cannot be started, you are redirected to the preferences page and can execute a search via the Search button (which now should find the installed contribution). We have to find a proper way to handle interpreters after an update or if different GUI installations use the same workspace. But that's for the next release.
 +
* Project wizard states "New DLTK Project", which is a bit confusing. Better would be "New ApCoCoA Project".
 +
** ST-2010-12-16: OK
 
* ''ApCoCoA default interpreter missing''. After an update via the Eclipse update mechanism the default ApCoCoA interpreter is missing and it is not possible to add a new interpreter other than 'cocoa_text'. Linux 32 (Update), SK
 
* ''ApCoCoA default interpreter missing''. After an update via the Eclipse update mechanism the default ApCoCoA interpreter is missing and it is not possible to add a new interpreter other than 'cocoa_text'. Linux 32 (Update), SK
 +
** SK/ST-2010-12-16: OK
 +
** ST-2010-12-16: Problem is a bug in the DLTK, which forces us to use lower case only names for the ApCoCoA executable.
 
** SK-2010-12-15: Temporary workaround to get it working: rename 'ApCoCoAText' to 'cocoa_text' and select it as interpreter.
 
** SK-2010-12-15: Temporary workaround to get it working: rename 'ApCoCoAText' to 'cocoa_text' and select it as interpreter.
 
+
** (?) Some issue with the downloaded version (ApCoCoA-1.6.0-20101215-1631-linux.gtk.x86.tar.gz) SN
==Resolved==
+
* ''Opening of library files broken''. Add new project, go to libraries, try to open. Instead of the content, an error message is displayed in the editor window. MacOS X, ST
 +
** ST-2010-12-16: OK
 +
* Naming of "Default Interpreter".
 +
** ST-2010-12-16: OK
 +
* ''Latte tests fail on Standalone'': Error massage is: TestLatte06(): FAILURE! TODO: Some error message!. EU
 +
* The test suit is not running successfully in standalone at WindowsXP. When I run $apcocoa/ts/aunit.RunTests(); I get the following error message: TestTemplate01(): FAILURE! Unknown operator, TestTemplate02(): SUCCESS!. EU
 +
** Did you follow the instructions and execute '''both''' commands <pre>$apcocoa/ts/aunit.RegisterAllTests();$apcocoa/ts/aunit.RunTests();</pre>
 +
* Two functions IMXLSolve and IMNLASolve are missing in the documentation of the package CharP.
 +
** TS-2010-12-16: The two functions will be added today.
 +
* The Alias for the package CharP is also not working The error message displayed is "ERROR: Non local alias CharP CONTEXT: CharP.XLSolve(F).". EU
 +
** ST-2010-12-16: Fixed, alias was still Char2.
 +
* "My" functions ''G2V.G2VAlgorithm(...)'' is missing in tab completion. Am I missing something in my .cpkg? SN
 +
** ST-2010-12-16: Corresponding entry in aliases.coc was missing, it's fixed, please check if it is working.
 
* ''Inconvenience While restarting ApCoCoA with Moccha''. While working in Eclips GUI(Moccha) when we restart ApCoCoA with restart button then it asks for saving the unsaved file if there is any. It would be nice if it do not asks for it. Moccha(Windows), EU
 
* ''Inconvenience While restarting ApCoCoA with Moccha''. While working in Eclips GUI(Moccha) when we restart ApCoCoA with restart button then it asks for saving the unsaved file if there is any. It would be nice if it do not asks for it. Moccha(Windows), EU
 
** ST-2010-12-14: There is an option ''Save required dirty editors before launching'' under ''Preferences > Run/Debug > Launchin'', which you can set to ''Always'', ''Never'' or ''Prompt''.
 
** ST-2010-12-14: There is an option ''Save required dirty editors before launching'' under ''Preferences > Run/Debug > Launchin'', which you can set to ''Always'', ''Never'' or ''Prompt''.
Line 26: Line 65:
 
* In the ApCoCoA preferences dialog there is a typo in "Choose method to start CoCoA". It states "spawner withot PTY".
 
* In the ApCoCoA preferences dialog there is a typo in "Choose method to start CoCoA". It states "spawner withot PTY".
 
** ST-2010-12-15: OK.
 
** ST-2010-12-15: OK.
 +
* At line 770 in the package CharP there is a typo error i.e. "EndIf;8". Please remove 8 from there. EU.
 +
** SK-2010-12-15: Fixed.
 +
* The function name BB.BBscheme(); should be renamed to BB.BBScheme(); (just a suggestion !) RA
 +
** SK-2010-12-16: Will be done after the release as a part of the cleanup of the borderbasis package.
 +
* The function Weyl.WGB() is although giving a correct output, but Server displays a following warning message after completion
 +
** JL: This error message appears if some memory leakage occurs. Please check your code for non-freed memory.
 +
 +
  ***IMMINENT DISASTER***  CoCoA::GlobalManager being destroyed while CoCoA objects still live!
 +
For example, in the Ring A::=QQ[x,y], run the command Weyl.WGB(Ideal(x,y)); RA
 +
 +
==Closed==
 +
* Alias for the package CharP: I have checked with the latest nightly build the Alias for the package CharP is still not working. EU
 +
** ST: Ok, was not reproducible.
 +
 +
[http://essay-for.me/ essays]

Latest revision as of 11:44, 18 October 2011

To report a bug, add a line describing the problem and how to reproduce it in the "Open" section.

Open

  • ApCoCoAServer & ApCoCoAQT crashed with 'invalid pointer' when I tried to use (missing) GNUPlot: Trying to launch application: /home/garak/ApCoCoA-1.6.0/gnuplot/bin/wgnuplot in path' ' No path is given. (x86 Linux QT) SN
    • ST-2010-12-16: Postponed.
    • ST-2010-12-16: We have to discuss a standard way of handling missing external binaries (which we do not want to supply for some platforms, like gnuplot on linux).

Assigned

To Test

  • ApCoCoAServer throws the error/warning: Trying to launch application: /home/garak/ApCoCoA-1.6.0/plugins/org.apcocoa.contribution.linux.x86.gtk.fragment_1.6.0.201012151632/os/linux/apcocoa/Glpk/bin/glpsol in path ' ' (x86 Linux) SN
    • ST-2011-05-06: Now using the logging framework.
    • ST-2010-12-16: Postponed.
    • ST-2010-12-16: This is the usual info when launching stuff by the server. Maybe the empty path is irritating. Are there any errors after this line?

Resolved

  • Latte tests fail on Linux/Mac. Latte build seems to be broken. Linux 32/64, Mac, SK
    • SK-2010-12-15: Update: the tests only fail if called from Moccha.
    • SK-2010-12-15: Update: fixed on Linux platforms. Mac platform will be fixed shortly (I guess).
      • ST-2011-04-28: Fixed.
      • ST-2010-12-16: Postponed.
      • ST-2010-12-16: Hmm, with the MacOS 10.5 vs 10.6 issue this might take some time. There are currently more important issues I'll fix first.
  • The input line <-> closes the ApCoCoA Session after printing two parse errors. (x86 Linux Moccha) SN
    • ST-2011-04-28: Fixed. We simply have to add one whitespace at the end of the strings that are sent to cocoa.
    • ST-2010-12-16: Postponed.
  • Find a better way to handle changed default interpreter install after update, see also below Unpacking win standalone...
    • ST-2011-04-28: Fixed. The preferences entry for the default interpreter is now
    • ST-2010-12-16: Postponed.
  • Moccha uses some Java-1.6 specifics s.a. String.isEmpty() which shoule be avoided due to 1.5 compatibility.
    • JL/ST-2010-12-16: Jan tested most important GUI features on a virtual machine with Java 1.5.
    • ST-2010-12-15: Fixed for the problem in question, however we need to check all files for this issue. However, we need a pure 1.5 installation for this.
  • Unpacking win standalone, starting and reusing already existing projec raises error "ApCoCoA could not be started. Reason: The given ApCoCoA executable does not exist.". In the preferences, the interpreter install is deleted when opening the preferences dialog. Also every time you start it you need a new workspace. EU
    • ST-2010-12-16: Right now there is a workaround: If ApCoCoA cannot be started, you are redirected to the preferences page and can execute a search via the Search button (which now should find the installed contribution). We have to find a proper way to handle interpreters after an update or if different GUI installations use the same workspace. But that's for the next release.
  • Project wizard states "New DLTK Project", which is a bit confusing. Better would be "New ApCoCoA Project".
    • ST-2010-12-16: OK
  • ApCoCoA default interpreter missing. After an update via the Eclipse update mechanism the default ApCoCoA interpreter is missing and it is not possible to add a new interpreter other than 'cocoa_text'. Linux 32 (Update), SK
    • SK/ST-2010-12-16: OK
    • ST-2010-12-16: Problem is a bug in the DLTK, which forces us to use lower case only names for the ApCoCoA executable.
    • SK-2010-12-15: Temporary workaround to get it working: rename 'ApCoCoAText' to 'cocoa_text' and select it as interpreter.
    • (?) Some issue with the downloaded version (ApCoCoA-1.6.0-20101215-1631-linux.gtk.x86.tar.gz) SN
  • Opening of library files broken. Add new project, go to libraries, try to open. Instead of the content, an error message is displayed in the editor window. MacOS X, ST
    • ST-2010-12-16: OK
  • Naming of "Default Interpreter".
    • ST-2010-12-16: OK
  • Latte tests fail on Standalone: Error massage is: TestLatte06(): FAILURE! TODO: Some error message!. EU
  • The test suit is not running successfully in standalone at WindowsXP. When I run $apcocoa/ts/aunit.RunTests(); I get the following error message: TestTemplate01(): FAILURE! Unknown operator, TestTemplate02(): SUCCESS!. EU
    • Did you follow the instructions and execute both commands
      $apcocoa/ts/aunit.RegisterAllTests();$apcocoa/ts/aunit.RunTests();
  • Two functions IMXLSolve and IMNLASolve are missing in the documentation of the package CharP.
    • TS-2010-12-16: The two functions will be added today.
  • The Alias for the package CharP is also not working The error message displayed is "ERROR: Non local alias CharP CONTEXT: CharP.XLSolve(F).". EU
    • ST-2010-12-16: Fixed, alias was still Char2.
  • "My" functions G2V.G2VAlgorithm(...) is missing in tab completion. Am I missing something in my .cpkg? SN
    • ST-2010-12-16: Corresponding entry in aliases.coc was missing, it's fixed, please check if it is working.
  • Inconvenience While restarting ApCoCoA with Moccha. While working in Eclips GUI(Moccha) when we restart ApCoCoA with restart button then it asks for saving the unsaved file if there is any. It would be nice if it do not asks for it. Moccha(Windows), EU
    • ST-2010-12-14: There is an option Save required dirty editors before launching under Preferences > Run/Debug > Launchin, which you can set to Always, Never or Prompt.
  • '#######VERSIONSTRING#######' not replaced. The string '#######VERSIONSTRING#######' is not being replaced but should be replaced with current version number. Linux 32 (Update), SK
  • ApCoCoAServer doesn't lauch correctly for ApCoCoA GUI in Mac.
    • ST-2010-12-15: ApCoCoAServer was compiled on 10.6, the problem occured on a 10.5 machine. After recompiling needed libraries and server with cxx-flags "-isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5" it is now exectuable again on the 10.5 machine.
  • GLPK tests fail on Linux with GLPK > 4.34. Due to a change in the input file format for glpsol. Linux 32/64, SK
    • SK-2010-12-15: Will be fixed after the release.
  • The Linux *.zip-files can not be extracted. Renaming to *.tar.gz solves the problem, TS
    • ST-2010-12-15: Fixed, files are now named correctly.
  • Wrong about text "1.5.1"
    • ST-2010-12-15: OK.
  • In the ApCoCoA preferences dialog there is a typo in "Choose method to start CoCoA". It states "spawner withot PTY".
    • ST-2010-12-15: OK.
  • At line 770 in the package CharP there is a typo error i.e. "EndIf;8". Please remove 8 from there. EU.
    • SK-2010-12-15: Fixed.
  • The function name BB.BBscheme(); should be renamed to BB.BBScheme(); (just a suggestion !) RA
    • SK-2010-12-16: Will be done after the release as a part of the cleanup of the borderbasis package.
  • The function Weyl.WGB() is although giving a correct output, but Server displays a following warning message after completion
    • JL: This error message appears if some memory leakage occurs. Please check your code for non-freed memory.
 ***IMMINENT DISASTER***  CoCoA::GlobalManager being destroyed while CoCoA objects still live!

For example, in the Ring A::=QQ[x,y], run the command Weyl.WGB(Ideal(x,y)); RA

Closed

  • Alias for the package CharP: I have checked with the latest nightly build the Alias for the package CharP is still not working. EU
    • ST: Ok, was not reproducible.

essays