View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0033644 | Community | OCCT:Visualization | public | 2024-03-15 15:08 | 2024-03-18 14:08 |
| Reporter | Mehmet Soyer | Assigned To | dpasukhi | ||
| Priority | normal | Severity | crash | ||
| Status | new | Resolution | open | ||
| Platform | Linux | OS | Debian | ||
| Product Version | 7.8.0 | ||||
| Summary | 0033644: Visualization - OCCT Visualizer Widget Crash with Opencascade V7.8.0 In Debian | ||||
| Description | I would like to use the sample https://github.com/gkv311/occt-samples-qopenglwidget with QT Version 5.15.10 and opencascade 7.8.0. It was working as expected with the OCCT Version 7.6.0. While i was upgrading opencascade, I encountered a Segmentation Fault in the Init line of the code below. It works as expected in Windows.
if (!aGlCtx->Init (myIsCoreProfile))
{
Message::SendFail() << "Error: OpenGl_Context is unable to wrap OpenGL context";
QMessageBox::critical (0, "Failure", "OpenGl_Context is unable to wrap OpenGL context");
QApplication::exit (1);
return;
}
System Info: Linux dev 4.19.0-8-amd64 1 SMP Debian 4.19.98-1 (2020-01-26) x86_64 GNU/Linux Debian on Virtual Machine. Thanks in Advance. | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-03-15 15:08 | Mehmet Soyer | New Issue | |
| 2024-03-15 15:08 | Mehmet Soyer | Assigned To | => sshutina |
| 2024-03-15 15:21 | dpasukhi | Summary | OCCT Visualizer Widget Crash with Opencascade V7.8.0 In Debian => Visualization - OCCT Visualizer Widget Crash with Opencascade V7.8.0 In Debian |
| 2024-03-15 15:21 | dpasukhi | Description Updated | |
| 2024-03-15 15:21 | dpasukhi | Description Updated | |
| 2024-03-18 14:08 | Mehmet Soyer | Assigned To | sshutina => dpasukhi |