View Issue Details

IDProjectCategoryView StatusLast Update
0000130QElectroTechwebsitepublic2021-02-15 00:48
ReporterMorganol Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
PlatformQt5.6.2, kf5.29.0, Plasma5.8.5, OS64bit, Linux4.8.15, gcc5.4.0,OS VersionXorg 1.19.0, Mageia6 (dev)
Summary0000130: Crash when closing project without saving, after deleting folioref
Descriptionr4826
Steps To Reproduce
  1. start QET
  2. New drawing
  3. Place element folio ref following
  4. Place element folio ref previuos
  5. Link them
  6. Delete them
  7. Click the button to close project
  8.   --> dialog pops up asking about saving
  9. choose to not save
--> crash at line 317 in qualgorithms.h, snippet:

----8<----8<----8<----8<----8<----8<
template <typename ForwardIterator>
Q_OUTOFLINE_TEMPLATE void qDeleteAll(ForwardIterator begin, ForwardIterator end)
{
    while (begin != end) {
        delete *begin; <--------Here
        ++begin;
    }
}
---->8---->8---->8---->8---->8---->8
TagsNo tags attached.

Activities

Morganol

2017-01-02 17:56

reporter   ~0000215

I confirm it fixed by r4828

scorpio810

2017-01-02 18:27

administrator   ~0000219

Thanks for report this issue

Issue History

Date Modified Username Field Change
2016-12-31 02:04 Morganol New Issue
2017-01-02 17:56 Morganol Note Added: 0000215
2017-01-02 18:27 scorpio810 Status new => resolved
2017-01-02 18:27 scorpio810 Resolution open => fixed
2017-01-02 18:27 scorpio810 Fixed in Version => SVN/trunk
2017-01-02 18:27 scorpio810 Note Added: 0000219
2021-02-15 00:48 user245 Category Diagram Editor => website