View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000015 | SkyChart | 1-Software | public | 06-03-01 16:40 | 08-09-18 08:02 |
| Reporter | yukons | Assigned To | Patrick Chevalley | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Suse Linux 10 Eval | OS | Linux | OS Version | 2.6 |
| Product Version | 3.0.1.0 | ||||
| Summary | 0000015: Not starting at all | ||||
| Description | Hi all, The program isn't starting at all. Just the Hour Glass is blinking and after that it is nothing happening. For my confusion, I have installed the .rpm package on an Old Compaq with Suse Linux 9.0 end it works very fine. But i cant imagine I have forgot something. I have also installed the libsqlite-3.2.1-1.i386.rpm. Both .rpm's where installed without any error massages. I couldnt find any hint from Google or elsewhere. Do you have any idea or hint ? | ||||
| Tags | No tags attached. | ||||
|
|
Hi, Can you open a terminal (xterm, konsole,...) and type skychart to start the program. There may be useful message printed before the crash. |
|
|
OK OK, I'm a noob but im trying truly. So I typed skychart to the console and got the following message: error while loading shared libraries: libgdk_pixbuf.so.2: cannot open shared object file: No such file or directory. After That I have installed gdk Packages from Suse DVD. The Proggie is starting now but with the following message: Invalid Floating point Operation TApplication.HandleException Invalid floating point operation Stack trace: $080AE258 $080B14A5 $0808AAEC $080891E6 $080DFD25 $080E064C $08251FD1 $081EF74C $555D6623 $555D53CF $555D5F69 $557C04C5 $081933B2 $08076733 $08077B71 $08077EE4 $08077E2F Maybe it`s because of the 64Bit Linux and Machine I use ? Any Hint ? But not at least, thank you very much for the Brain-(Ass)Kick you gave me. |
|
|
Ok, there is two problems. First the rpm must have checked the presence of libgdk_pixbuf2, I need to look at the package why it not complain. I never try on a 64bit system but I thing 32bit app must be running without change. I can compile for x86_64 target but I not think this is necessary. I not have enough time right now but tomorrow I send you a version with debug symbol, so the stack trace will be more useful. |
|
|
It seem you need to install the 32bit version of the libraries. Please read this chapter: http://www.novell.com/documentation/suse10/index.html?page=/documentation/suse10/adminguide/data/cha_64bit.html The package are: gtk-32bit-1.2 gdk-pixbuf-32bit But there is probably other 32bit prerequisite. Search in Yast if there is a "32bit" metapackage. |
|
|
After installing the gtk and gdk 32 packages nothing changed. This is the shell message I received at least. ___________________________________________________________________ linux:/home/jadi # skychart TWidgetSet.AppSetTitle not implemented by TGTKWidgetSet [WARNING] ******************************************************* [WARNING] ** ** [WARNING] ** Multibyte character encodings (like UTF8) are not ** [WARNING] ** supported at the moment. ** [WARNING] ** For full keyboard event support, make sure that ** [WARNING] ** the LANG environment var has no UTF8 ** [WARNING] ** ** [WARNING] ******************************************************* TGtkWSWinControl.SetFont f_about:Tf_about 2006-03-02T11:19:23.706 Start trace TGtkWSWinControl.SetFont f_main:Tf_main TGtkWSWinControl.SetFont ToolBar3:TToolBar TGtkWSWinControl.SetFont quicksearch:TComboBox TGtkWSWinControl.SetFont TimeU:TComboBox 2006-03-02T11:19:23.789 Connected to SQL database /root/cartes_du_ciel/database/cdc.db 2006-03-02T11:19:23.852 2006-03-02T11:19:23.891 Listen on port: 3292 TApplication.HandleException Invalid floating point operation Stack trace: $080AE258 $080B14A5 $0808AAEC $080891E6 $080DFD25 $080E064C $08251FD1 $081EF74C $555D8623 $555D73CF $555D7F69 $557C24C5 $081933B2 $08076733 $08077B71 $08077EE4 $08077E2F [TGtkWidgetSet.Destroy] WARNING: There are 1 unreleased DCs, a detailed dump follows: [TGtkWidgetSet.Destroy] DCs: 55C4076C [TGtkWidgetSet.Destroy] WARNING: There are 4 unreleased GDIObjects, a detailed dump follows: [TGtkWidgetSet.Destroy] GDIOs: 55C28C1C 55C28D3C 55C2837C 55C28CDC [TGtkWidgetSet.Destroy] gdiBitmap: 1 [TGtkWidgetSet.Destroy] gdiBrush: 1 [TGtkWidgetSet.Destroy] gdiFont: 1 [TGtkWidgetSet.Destroy] gdiPen: 1 [TGtkWidgetSet.Destroy] WARNING: There are 1 TimerInfo structures left, I'll free them __________________________________________________________________________ Googling i found this error message (TApplication.HandleException Invalid floating point operation) in connection to Lazarus. It seems that the free pascal enviroment cant handle the code ;) |
|
|
Here the version with debug information: Download http://www.ap-i.net/tmp/cdc.tar.bz2 extract to your home directory: tar xvjf cdc.tar.bz2 run: ./cdc or better run with gdb (GNU debuger), this give more information install gdb package gdb cdc (gdb) run ... after the crash (gdb) bt Thank's to copy the whole trace as you do today. It is normal you find reference to Freepascal for TApplication.HandleException as this is the way Freepascal handle any exception not trapped by the application. It is smart enough to give a backtrace and cleanup Gtk. This is much better than the "SIGSEGV Core Dumped" of a C program :-) |
|
|
Ihave started cdc with gdb which spit out the following report: ___________________________________________________________________ jadi@linux:~/cartes_du_ciel> gdb cdc GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-suse-linux"...Using host libthread_db library "/lib64/tls/libthread_db.so.1". (gdb) run Starting program: /home/jadi/cartes_du_ciel/cdc [Thread debugging using libthread_db enabled] [New Thread 1436731616 (LWP 12217)] TWidgetSet.AppSetTitle not implemented by TGTKWidgetSet [WARNING] ******************************************************* [WARNING] ** ** [WARNING] ** Multibyte character encodings (like UTF8) are not ** [WARNING] ** supported at the moment. ** [WARNING] ** For full keyboard event support, make sure that ** [WARNING] ** the LANG environment var has no UTF8 ** [WARNING] ** ** [WARNING] ******************************************************* TGtkWSWinControl.SetFont f_about:Tf_about 2006-03-02T15:57:22.775 Start trace TGtkWSWinControl.SetFont f_main:Tf_main TGtkWSWinControl.SetFont ToolBar3:TToolBar TGtkWSWinControl.SetFont quicksearch:TComboBox TGtkWSWinControl.SetFont TimeU:TComboBox 2006-03-02T15:57:22.891 Connected to SQL database /home/jadi/cartes_du_ciel/database/cdc.db [New Thread 1450081200 (LWP 12220)] 2006-03-02T15:57:22.956 2006-03-02T15:57:23.010 Listen on port: 3292 Program received signal SIGFPE, Arithmetic exception. [Switching to Thread 1436731616 (LWP 12217)] 0x080ae290 in TPLANET__PLANET (IPLA=Cannot access memory at address 0xffffb67c ) at cu_planet.pas:236 236 cu_planet.pas: Datei oder Verzeichnis nicht gefunden. in cu_planet.pas Current language: auto; currently pascal (gdb) bt #0 0x080ae290 in TPLANET__PLANET (IPLA=Cannot access memory at address 0xffffb67c ) at cu_planet.pas:236 #1 0x080b14dd in TPLANET__COMPUTEPLANET (CFGSC=Cannot access memory at address 0xffffb82c ) at cu_planet.pas:783 #2 0x0808ab04 in TSKYCHART__INITCOORDINATES (this=Cannot access memory at address 0xffffba24 ) at cu_skychart.pas:504 #3 0x080891fe in TSKYCHART__REFRESH (this=Cannot access memory at address 0xffffbb84 ) at cu_skychart.pas:196 #4 0x080dfd5d in TF_CHART__REFRESH (this=Cannot access memory at address 0xffffbc0c ) at pu_chart.pas:365 #5 0x080e0684 in TF_CHART__REFRESHTIMERTIMER (SENDER=0x80e0684, this=0x5607a41c) at pu_chart.pas:465 #6 0x5607a41c in ?? () #7 0x5629f01c in ?? () #8 0x555ea130 in ?? () from /opt/gnome/lib/libglib-1.2.so.0 #9 0x082520fd in TCUSTOMTIMER__DOONTIMER (this=Cannot access memory at address 0xffffbc28 ) at customtimer.pas:176 #10 0x08252079 in TCUSTOMTIMER__TIMER (this=Cannot access memory at address 0xffffbc34 ) at customtimer.pas:152 #11 0x081ef7f4 in GTKTIMERCB (DATA=0x561d3fdc) at gtkcallback.inc:2459 #12 0x555d8623 in g_source_add () from /opt/gnome/lib/libglib-1.2.so.0 #13 0x555d73cf in g_get_current_time () from /opt/gnome/lib/libglib-1.2.so.0 #14 0x555d7f69 in g_main_add_poll () from /opt/gnome/lib/libglib-1.2.so.0 #15 0x557c24c5 in gtk_main_iteration_do () from /opt/gnome/lib/libgtk-1.2.so.0 #16 0x0819345a in TGTKWIDGETSET__APPWAITMESSAGE (this=Cannot access memory at address 0xffffbd48 ) at gtkobject.inc:1735 #17 0x0807674b in TAPPLICATION__IDLE (WAIT=Cannot access memory at address 0xffffbd60 ) at application.inc:280 #18 0x08077b89 in TAPPLICATION__HANDLEMESSAGE (this=Cannot access memory at address 0xffffbd6c ) at application.inc:900 #19 0x08077efc in RUNMESSAGE (parentfp=Cannot access memory at address 0xffffbd78 ) at application.inc:1016 #20 0x08077e47 in TAPPLICATION__RUNLOOP (this=Cannot access memory at address 0xffffbde8 ) at application.inc:1026 #21 0x08154e8b in TWIDGETSET__APPRUN (ALOOP=Cannot access memory at address 0xffffbdf8 ) at interfacebase.inc:42 #22 0x08077df4 in TAPPLICATION__RUN (this=Cannot access memory at address 0xffffbe14 ) at application.inc:1006 #23 0x08054172 in main () at cdc.lpr:43 ________________________________________________________________________ I hope this will help you to help me. Thanks |
|
|
Yes this help, the problem is when the program try to find a planet apparent diameter by dividing by the distance, and strangely the planet distance is zero. Can you try with this new version (still with gdb), I add some printout around the crash location to better understand the problem: http://www.ap-i.net/tmp/cdc.tar.bz2 |
|
|
Hi "pch", here are the results of the new test: _______________________________________________________________________ jadi@linux:~/SkyChart> gdb ./cdc GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-suse-linux"...Using host libthread_db library "/lib64/tls/libthread_db.so.1". (gdb) run Starting program: /home/jadi/SkyChart/cdc [Thread debugging using libthread_db enabled] [New Thread 1436731616 (LWP 6587)] TWidgetSet.AppSetTitle not implemented by TGTKWidgetSet [WARNING] ******************************************************* [WARNING] ** ** [WARNING] ** Multibyte character encodings (like UTF8) are not ** [WARNING] ** supported at the moment. ** [WARNING] ** For full keyboard event support, make sure that ** [WARNING] ** the LANG environment var has no UTF8 ** [WARNING] ** ** [WARNING] ******************************************************* TGtkWSWinControl.SetFont f_about:Tf_about 2006-03-03T10:34:31.225 Start trace TGtkWSWinControl.SetFont f_main:Tf_main TGtkWSWinControl.SetFont ToolBar3:TToolBar TGtkWSWinControl.SetFont quicksearch:TComboBox TGtkWSWinControl.SetFont TimeU:TComboBox 2006-03-03T10:34:31.337 Connected to SQL database /home/jadi/cartes_du_ciel/database/cdc.db [New Thread 1450081200 (LWP 6590)] 2006-03-03T10:34:31.392 2006-03-03T10:34:31.436 Listen on port: 3292 2006-03-03T10:34:31.713 Enter Planet: 1 2453797.8997304747 2006-03-03T10:34:31.713 Series96 2006-03-03T10:34:31.713 SunRect: 0.945936205918691 -0.272227315754094 -0.118021000055674 2006-03-03T10:34:31.713 Plan96: -0.202514358403189 0.218577559162776 0.13775810198388 2006-03-03T10:34:31.713 distance: 0.745616451627909 Program received signal SIGFPE, Arithmetic exception. [Switching to Thread 1436731616 (LWP 6587)] 0x080ae82a in TPLANET__PLANET (IPLA=Cannot access memory at address 0xffffab28 ) at cu_planet.pas:247 247 cu_planet.pas: Datei oder Verzeichnis nicht gefunden. in cu_planet.pas Current language: auto; currently pascal (gdb) bt #0 0x080ae82a in TPLANET__PLANET (IPLA=Cannot access memory at address 0xffffab28 ) at cu_planet.pas:247 #1 0x080b1f24 in TPLANET__COMPUTEPLANET (CFGSC=Cannot access memory at address 0xffffacd8 ) at cu_planet.pas:795 #2 0x0808ab24 in TSKYCHART__INITCOORDINATES (this=Cannot access memory at address 0xffffaed0 ) at cu_skychart.pas:504 #3 0x0808921e in TSKYCHART__REFRESH (this=Cannot access memory at address 0xffffb030 ) at cu_skychart.pas:196 #4 0x080e2a99 in TF_CHART__REFRESH (this=Cannot access memory at address 0xffffb0b8 ) at pu_chart.pas:365 #5 0x080e33c0 in TF_CHART__REFRESHTIMERTIMER (SENDER=0x80e33c0, this=0x5607a41c) at pu_chart.pas:465 #6 0x5607a41c in ?? () #7 0x5629f01c in ?? () #8 0x555ea130 in ?? () from /opt/gnome/lib/libglib-1.2.so.0 #9 0x08254e39 in TCUSTOMTIMER__DOONTIMER (this=Cannot access memory at address 0xffffb0d4 ) at customtimer.pas:176 #10 0x08254db5 in TCUSTOMTIMER__TIMER (this=Cannot access memory at address 0xffffb0e0 ) at customtimer.pas:152 #11 0x081f2530 in GTKTIMERCB (DATA=0x561d401c) at gtkcallback.inc:2459 #12 0x555d8623 in g_source_add () from /opt/gnome/lib/libglib-1.2.so.0 #13 0x555d73cf in g_get_current_time () from /opt/gnome/lib/libglib-1.2.so.0 #14 0x555d7f69 in g_main_add_poll () from /opt/gnome/lib/libglib-1.2.so.0 #15 0x557c24c5 in gtk_main_iteration_do () from /opt/gnome/lib/libgtk-1.2.so.0 #16 0x08196196 in TGTKWIDGETSET__APPWAITMESSAGE (this=Cannot access memory at address 0xffffb1f4 ) at gtkobject.inc:1735 #17 0x0807676b in TAPPLICATION__IDLE (WAIT=Cannot access memory at address 0xffffb20c ) at application.inc:280 #18 0x08077ba9 in TAPPLICATION__HANDLEMESSAGE (this=Cannot access memory at address 0xffffb218 ) at application.inc:900 #19 0x08077f1c in RUNMESSAGE (parentfp=Cannot access memory at address 0xffffb224 ) at application.inc:1016 #20 0x08077e67 in TAPPLICATION__RUNLOOP (this=Cannot access memory at address 0xffffb294 ) at application.inc:1026 #21 0x08157bc7 in TWIDGETSET__APPRUN (ALOOP=Cannot access memory at address 0xffffb2a4 ) at interfacebase.inc:42 #22 0x08077e14 in TAPPLICATION__RUN (this=Cannot access memory at address 0xffffb2c0 ) at application.inc:1006 #23 0x0805418f in main () at cdc.lpr:43 (gdb) ____________________________________________________________________________ p.s. are you the programmer of cdc Linux ? Jadi |
|
|
Yes, I am the CDC programmer. But I give up for this problem, it is probably related to the fpc development branch 2.1.1, but without a 64 bit computer I cannot debug the compiler further. In your last trace the distance to mercury is computed correctly and displayed but it crash when trying to display the value again a few line later. I return to the stable fpc branch 2.0.3 to compile this one: http://www.ap-i.net/tmp/cdc.tar.bz2 Can you try again, it is possible the bug is not present with this version. |
|
|
Ok here we go, __________________________________________________________________________ jadi@linux:~/SkyChart> gdb cdc GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-suse-linux"...Using host libthread_db library "/lib64/tls/libthread_db.so.1". (gdb) run Starting program: /home/jadi/SkyChart/cdc [Thread debugging using libthread_db enabled] [New Thread 1436731616 (LWP 6513)] TWidgetSet.AppSetTitle not implemented by TGTKWidgetSet [WARNING] ******************************************************* [WARNING] ** ** [WARNING] ** Multibyte character encodings (like UTF8) are not ** [WARNING] ** supported at the moment. ** [WARNING] ** For full keyboard event support, make sure that ** [WARNING] ** the LANG environment var has no UTF8 ** [WARNING] ** ** [WARNING] ******************************************************* TGtkWSWinControl.SetFont f_about:Tf_about 2006-03-03T17:29:13.054 Start trace TGtkWSWinControl.SetFont f_main:Tf_main TGtkWSWinControl.SetFont ToolBar3:TToolBar TGtkWSWinControl.SetFont quicksearch:TComboBox TGtkWSWinControl.SetFont TimeU:TComboBox 2006-03-03T17:29:13.176 Connected to SQL database /home/jadi/cartes_du_ciel/dat abase/cdc.db [New Thread 1450081200 (LWP 6516)] 2006-03-03T17:29:13.235 2006-03-03T17:29:13.276 Listen on port: 3292 Program received signal SIGFPE, Arithmetic exception. [Switching to Thread 1436731616 (LWP 6513)] 0x080af1f9 in TPLANET__PLANET (IPLA=Cannot access memory at address 0xffffbd0c ) at cu_planet.pas:248 248 cu_planet.pas: Datei oder Verzeichnis nicht gefunden. in cu_planet.pas Current language: auto; currently pascal (gdb) bt #0 0x080af1f9 in TPLANET__PLANET (IPLA=Cannot access memory at address 0xffffbd 0c ) at cu_planet.pas:248 #1 0x080b25d6 in TPLANET__COMPUTEPLANET (CFGSC=Cannot access memory at address 0xffffbebc ) at cu_planet.pas:795 #2 0x0808a9e6 in TSKYCHART__INITCOORDINATES (this=Cannot access memory at addre ss 0xffffc0b4 ) at cu_skychart.pas:504 #3 0x08089028 in TSKYCHART__REFRESH (this=Cannot access memory at address 0xfff fc214 ) at cu_skychart.pas:196 #4 0x080e5de5 in TF_CHART__REFRESH (this=Cannot access memory at address 0xffff c29c ) at pu_chart.pas:365 #5 0x080e680c in TF_CHART__REFRESHTIMERTIMER (SENDER=Cannot access memory at ad dress 0xffffc2b0 ) at pu_chart.pas:465 #6 0x0825ddd1 in TCUSTOMTIMER__DOONTIMER (this=Cannot access memory at address 0xffffc2bc ) at customtimer.pas:176 #7 0x0825dd4d in TCUSTOMTIMER__TIMER (this=Cannot access memory at address 0xff ffc2c8 ) at customtimer.pas:152 #8 0x081fbbb0 in GTKTIMERCB (DATA=0x561d3e3c) at gtkcallback.inc:2459 #9 0x555d8623 in g_source_add () from /opt/gnome/lib/libglib-1.2.so.0 #10 0x555d73cf in g_get_current_time () from /opt/gnome/lib/libglib-1.2.so.0 #11 0x555d7f69 in g_main_add_poll () from /opt/gnome/lib/libglib-1.2.so.0 #12 0x557c24c5 in gtk_main_iteration_do () from /opt/gnome/lib/libgtk-1.2.so.0 #13 0x0819fa77 in TGTKWIDGETSET__APPPROCESSMESSAGES (this=Cannot access memory a t address 0xffffc3ec ) at gtkobject.inc:1688 #14 0x08076e37 in TAPPLICATION__HANDLEMESSAGE (this=Cannot access memory at addr ess 0xffffc3f8 ) at application.inc:899 #15 0x080771c0 in RUNMESSAGE (parentfp=Cannot access memory at address 0xffffc40 4 ) at application.inc:1016 #16 0x0807710b in TAPPLICATION__RUNLOOP (this=Cannot access memory at address 0x ffffc474 ) at application.inc:1026 #17 0x08161f4f in TWIDGETSET__APPRUN (ALOOP=Cannot access memory at address 0xff ffc484 ) at interfacebase.inc:42 #18 0x080770b8 in TAPPLICATION__RUN (this=Cannot access memory at address 0xffff c4a0 ) at application.inc:1006 #19 0x0805418f in main () at cdc.lpr:43 (gdb) __________________________________________________________________________ This doesn't work too. Doesn't matter. I have installed cdc on a (slow) Linux Notebook and on a MS system. Maybe i should try to install the 32 Bit Version of SuSE Linux, and after th....................................... I HAVE AN IDEA !!!!!!!!!!!!!!!!!! IT IS RUNNING :):):):):):):):):):):):):) I JUST RUN IT IN 32BIT MODE TYPING : jadi@linux:~/SkyChart> linux32 ./cdc It is working now, you cant imagine how happy I am. Thank you very much for your help. This is the best support I have ever got from anyone. If you need some help in any case maybe my LINUX Noob brain could assist this project a little bit. P.S. Even Without your help, this is the best astronomical Proggie I have erver used before. And I have tryed The Sky / The Sky PE / Easy Sky and some Others. By the way did your erver think about to port cdc to PDA enviroment? Because The Sky PE is totally shit. Ok I will stop now. I have to test cdc now. Bye Jadi |
|
|
I have tested the latest install rpm's to start them like: linux32 skychart No Problem, works very fine ;) |
|
|
Thank you very much! I have learned something today :-) I really need to find a 64 bit system to play with that. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 06-03-01 16:40 | yukons | New Issue | |
| 06-03-01 16:52 | Patrick Chevalley | Note Added: 0000007 | |
| 06-03-01 16:52 | Patrick Chevalley | Assigned To | => Patrick Chevalley |
| 06-03-01 16:52 | Patrick Chevalley | Status | new => feedback |
| 06-03-01 19:19 | yukons | Note Added: 0000008 | |
| 06-03-01 19:30 | yukons | Note Edited: 0000008 | |
| 06-03-01 19:47 | Patrick Chevalley | Note Added: 0000009 | |
| 06-03-02 08:31 | Patrick Chevalley | Note Added: 0000010 | |
| 06-03-02 11:26 | yukons | Note Added: 0000012 | |
| 06-03-02 11:30 | yukons | Note Edited: 0000012 | |
| 06-03-02 11:31 | yukons | Note Edited: 0000012 | |
| 06-03-02 14:24 | Patrick Chevalley | Note Added: 0000013 | |
| 06-03-02 16:04 | yukons | Note Added: 0000014 | |
| 06-03-02 21:00 | Patrick Chevalley | Note Added: 0000015 | |
| 06-03-03 10:40 | yukons | Note Added: 0000016 | |
| 06-03-03 14:27 | Patrick Chevalley | Note Added: 0000017 | |
| 06-03-03 17:46 | yukons | Note Added: 0000019 | |
| 06-03-03 18:46 | yukons | Note Added: 0000020 | |
| 06-03-03 19:56 | Patrick Chevalley | Status | feedback => resolved |
| 06-03-03 19:56 | Patrick Chevalley | Resolution | open => fixed |
| 06-03-03 19:56 | Patrick Chevalley | Note Added: 0000021 | |
| 08-09-18 08:02 | Patrick Chevalley | Status | resolved => closed |