View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000717 | FreeCAD | Bug | public | 2012-05-22 16:38 | 2012-05-25 07:26 |
| Reporter | shoogen | Assigned To | |||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.12 | ||||
| Fixed in Version | 0.13 | ||||
| Summary | 0000717: Version info causes crash | ||||
| Description | if compiled from a detached head (branch is Null) FreeCAD crashes on accssesing list items. >>> FreeCAD.Version() ['0', '13', '0950 (Git)', <NULL>, 'ssh://host/free-cad'] >>> FreeCAD.Version()[3] Program received signal SIGSEGV, Segmentation fault. 0x00007ffff64d9178 in PyEval_EvalFrameEx () from /usr/lib/libpython2.6.so.1.0 >>> list(FreeCAD.Version()) Program received signal SIGSEGV, Segmentation fault. 0x00007ffff646a174 in ?? () from /usr/lib/libpython2.6.so.1.0 | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
|
The implementation of this function seemed a bit strange. Can you check if git 27aef69 fixes the issue? |
|
|
Thanks Werner. Unfortunatly i lost the old Version.h and I was not able to reproduce the Problem anymore neither by manipulating my local git repo nor by faking the branch Value in the Version.h. I think it is the best to close the ticket. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-05-22 16:38 | shoogen | New Issue | |
| 2012-05-23 08:08 | wmayer | Note Added: 0002077 | |
| 2012-05-25 06:47 | shoogen | Note Added: 0002082 | |
| 2012-05-25 06:48 | shoogen | Note Edited: 0002082 | |
| 2012-05-25 07:26 | wmayer | Status | new => closed |
| 2012-05-25 07:26 | wmayer | Resolution | open => fixed |
| 2012-05-25 07:26 | wmayer | Fixed in Version | => 0.13 |
FreeCAD