View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002143 | Draft | Bug | public | 2015-06-02 22:26 | 2015-06-05 14:22 |
| Reporter | meneldur | Assigned To | yorik | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | Linux | OS | Fedora Workstation | OS Version | 21 |
| Product Version | 0.15 | ||||
| Fixed in Version | 0.16 | ||||
| Summary | 0002143: Draft workspace crashes FreeCAD | ||||
| Description | Whenever I choose "Draft" workspace, the application stops responding and after 3-5 seconds it crashes. | ||||
| Steps To Reproduce | Start app, choose Draft from dropdown menu. | ||||
| Additional Information | https://bugzilla.redhat.com/show_bug.cgi?id=1227162 | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
|
Could you paste the info from menu Help->About FreeCAD->Copy to clipboard? Thanks |
|
|
OS: Linux Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.15.$WCREV$ Python version: 2.7.8 Qt version: 4.8.6 Coin version: 3.1.3 |
|
|
This looks like a pivy problem... Could you try the following? 1) start freecad from a terminal, so you get error messages when it crashes 2) in the freecad python console (menu View->Views->Python Console), enter these lines: from pivy import coin coin.SoCube() If it crashes, then there is likely a problem with the pivy module on fedora... |
|
|
Thanks for your support. Yes, it crashed right after importing coin (couldn't invoke SoCube()). This is the error: FreeCAD: SoType.cpp:730: SbBool SoType::isDerivedFrom(SoType) const: Assertion `!this->isBad()' failed. Aborted (core dumped) |
|
|
Updated pivy from 5.0.8 from F21 to 5.0.10 from F23 repos. Problem solved. |
|
|
The bst bugs are the bugs that solve themselves :) Thanks for the follow-up! |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-06-02 22:26 | meneldur | New Issue | |
| 2015-06-03 01:22 | yorik | Note Added: 0006182 | |
| 2015-06-04 03:58 | meneldur | Note Added: 0006189 | |
| 2015-06-04 16:15 | yorik | Note Added: 0006190 | |
| 2015-06-04 22:18 | meneldur | Note Added: 0006191 | |
| 2015-06-04 23:14 | meneldur | Note Added: 0006192 | |
| 2015-06-05 14:22 | yorik | Note Added: 0006193 | |
| 2015-06-05 14:22 | yorik | Status | new => closed |
| 2015-06-05 14:22 | yorik | Assigned To | => yorik |
| 2015-06-05 14:22 | yorik | Resolution | open => no change required |
| 2015-06-05 14:22 | yorik | Fixed in Version | => 0.16 |
FreeCAD