View Issue Details

IDProjectCategoryView StatusLast Update
0017652ScribusGeneralpublic2025-10-22 02:07
Reporterqirat Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformLinuxOSFedoraOS Version42 Workstation
Product Version1.7.1.svn 
Summary0017652: Deleting nodes using Delete key causes crash
DescriptionScribus crashes when deleting a node from a path using the Delete key on the keyboard (KB).
Steps To Reproduce1. New doc -> and get the Bezier pen
2. Draw a path (preferably 3 nodes)
3. Get into the path edit mode
4. Drag-select a node (using mouse) and press the Delete key on the KB.
5. Try: moving the path (maybe 2, 3 times), adding a new node to the same path etc.

This results in a crash with Signal-11.
Additional InformationMoreover, @ale (finally) confirmed this issue in the matrix group chat.

It is worth noticing/mentioning that it is only when you use the "Delete key" on your keyboard that Scribus crashes. Using the "Delete Nodes" tool from the "Nodes" panel that comes up in the edit mode does not cause the crash. Things work fine.

The issue is reproducible (for me) on:
1. Fedora 42 (Wayland)
2. LMDE 7 (X11)
3. Windows 10.
Tagsnodes
PatchNo

Activities

ale

2025-10-16 17:06

manager   ~0053071

Here is a backtrace:

bt
* thread 0000001, name = 'scribus', stop reason = signal SIGSEGV: address not mapped to object (fault address=0x60)
  * frame #0: 0x000055a47720cc84 scribus`std::vector<UndoState*, std::allocator<UndoState*>>::push_back(this=size=0, __x=0x00007ffeaa6feda8) at stl_vector.h:1285:20
    frame 0000001: 0x000055a47720c0bb scribus`TransactionState::pushBack(this=0x0000000000000000, target=0x000055a47ce5d8b0, state=0x000055a47ebf13e0) at undostate.cpp:285:21
    frame 0000002: 0x000055a4771f57dd scribus`UndoManager::action(this=0x000055a47c6a1500, target=0x000055a47ce5d8b0, state=0x000055a47ebf13e0, targetPixmap=0x0000000000000000) at undomanager.cpp:358:52
    frame 0000003: 0x000055a47720f3f2 scribus`UndoTransaction::commit(this=0x000055a47fbe67f0) at undotransaction.cpp:142:15
    frame 0000004: 0x000055a4771a3ac1 scribus`ScribusView::endGroupTransaction(this=0x000055a47fbe6690) at scribusview.cpp:1898:28
    frame 0000005: 0x000055a476b72a9d scribus`CanvasMode_Normal::mouseReleaseEvent(this=0x000055a47fb6f700, m=0x00007ffeaa6ff7e0) at canvasmode_normal.cpp:1220:30
    frame 0000006: 0x000055a4771ac953 scribus`ScribusView::eventFilter(this=0x000055a47fbe6690, obj=0x000055a47fbfab40, event=0x00007ffeaa6ff7e0) at scribusview.cpp:3330:34
    frame 0000007: 0x00007f3da0595e5a libQt6Core.so.6`QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) + 218
    frame 0000008: 0x00007f3da15b49a5 libQt6Widgets.so.6`QApplicationPrivate::notify_helper(QObject*, QEvent*) + 117
    frame 0000009: 0x00007f3da15b8c96 libQt6Widgets.so.6`QApplication::notify(QObject*, QEvent*) + 4102
    frame 0000010: 0x00007f3da05965b0 libQt6Core.so.6`QCoreApplication::notifyInternal2(QObject*, QEvent*) + 352
    frame 0000011: 0x00007f3da15aeb9e libQt6Widgets.so.6`QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) + 478
    frame 0000012: 0x00007f3da161ad0d libQt6Widgets.so.6`___lldb_unnamed_symbol18200 + 1229
    frame 0000013: 0x00007f3da161e148 libQt6Widgets.so.6`___lldb_unnamed_symbol18221 + 760
    frame 0000014: 0x00007f3da15b49b5 libQt6Widgets.so.6`QApplicationPrivate::notify_helper(QObject*, QEvent*) + 133
    frame 0000015: 0x00007f3da05965b0 libQt6Core.so.6`QCoreApplication::notifyInternal2(QObject*, QEvent*) + 352
    frame 0000016: 0x00007f3da0bdfbc5 libQt6Gui.so.6`QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) + 949
    frame 0000017: 0x00007f3da0c3945c libQt6Gui.so.6`QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 172
    frame 0000018: 0x00007f3d9bc433be libQt6XcbQpa.so.6`___lldb_unnamed_symbol2793 + 30
    frame 0000019: 0x00007f3d9fcdd385 libglib-2.0.so.0`___lldb_unnamed_symbol2624 + 389
    frame 0000020: 0x00007f3d9fcdf5b7 libglib-2.0.so.0`___lldb_unnamed_symbol2630 + 839
    frame 0000021: 0x00007f3d9fcdfd20 libglib-2.0.so.0`g_main_context_iteration + 48
    frame 0000022: 0x00007f3da07a6323 libQt6Core.so.6`QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 115
    frame 0000023: 0x00007f3da0598893 libQt6Core.so.6`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 707
    frame 0000024: 0x00007f3da059a18a libQt6Core.so.6`QCoreApplication::exec() + 170
    frame 0000025: 0x000055a476a3052a scribus`mainApp(argc=1, argv=0x00007ffeaa700398) at main_nix.cpp:100:18
    frame 0000026: 0x000055a476a302af scribus`main(argc=1, argv=0x00007ffeaa700398) at main_nix.cpp:52:16
    frame 0000027: 0x00007f3d9fe33ca8 libc.so.6`__libc_start_call_main(main=(scribus`main at main_nix.cpp:51:1), argc=1, argv=0x00007ffeaa700398) at libc_start_call_main.h:58:16
    frame 0000028: 0x00007f3d9fe33d65 libc.so.6`__libc_start_main_impl(main=(scribus`main at main_nix.cpp:51:1), argc=1, argv=0x00007ffeaa700398, init=<unavailable>, fini=<unavailable>, rtld_fini=<unavailable>, stack_end=0x00007ffeaa700388) at libc-start.c:360:3
    frame 0000029: 0x000055a47698c9d1 scribus`_start + 33

jghali

2025-10-20 21:00

administrator   ~0053093

It seems there is a second crash hidden in that issue. I can reproduce it systematically with the attached document:
- open document
- double-click object in order to start node edit mode
- select third node starting from left
- delete node using Delete key
- try to select last node... crash !

Here is the backtrace of this crash:
Scribus.exe!QList<FPoint>::at(__int64 i) Line 479
Scribus.exe!FPointArray::point(int i) Line 59
Scribus.exe!NodeEditContext::getPoint(PageItem * currItem, int i, NodeEditContext::NodeType nodeType) Line 436
Scribus.exe!NodeEditContext::getPoints(PageItem * currItem, int i, FPoint & ctrlLeft, FPoint & nodeLeft, FPoint & nodeRight, FPoint & ctrlRight) Line 429
Scribus.exe!NodeEditContext::sameAngle(PageItem * currItem, int i) Line 449
Scribus.exe!CanvasMode_NodeEdit::handleNodeEditPress(QMouseEvent * m, QRect r) Line 642
Scribus.exe!CanvasMode_NodeEdit::mousePressEvent(QMouseEvent * m) Line 448
Scribus.exe!ScribusView::eventFilter(QObject * obj, QEvent * event) Line 3368
[External code]
Scribus.exe!mainApp(ScribusQApp & app) Line 136
Scribus.exe!main(int argc, char * * argv) Line 108
17652_crash_delete_node.sla (17,346 bytes)   
<?xml version="1.0" encoding="UTF-8"?>
<SCRIBUSUTF8NEW Version="1.7.1.svn">
    <Document PageCount="1" PageWidth="595.275590551181" PageHeight="841.889763779528" BorderLeft="40" BorderRight="40" BorderTop="40" BorderBottom="40" MarginPreset="0" BleedTop="0" BleedLeft="0" BleedRight="0" BleedBottom="0" PageOrientation="0" PageSize="IsoA_A04" FirstPageNumber="1" PagePositioning="0" AutomaticTextFrameColumnCount="1" AutomaticTextFrameColumnGap="11" UnitIndex="1" FontFace="Arial Regular" FontSize="12" TextColumnCount="1" TextColumnGap="0" TabFillCharacter="" TabWidth="36" TextDistanceLeft="0" TextDistanceRight="0" TextDistanceBottom="0" TextDistanceTop="0" FirstLineOffset="1" DocumentInfoAuthor="" DocumentInfoComments="" DocumentInfoKeywords="" DocumentInfoPublisher="" DocumentInfoDate="" DocumentInfoType="" DocumentInfoFormat="" DocumentInfoIdentifier="" DocumentInfoSource="" DocumentInfoLanguage="" DocumentInfoRelation="" DocumentInfoCoverage="" DocumentInfoRights="" DocumentInfoContributors="" DocumentInfoTitle="" DocumentInfoSubject="" SuperScriptDisplacement="33" SuperScriptScaling="66" SubScriptDisplacement="33" SubScriptScaling="66" SmallCapsScaling="75" BaselineGridSpacing="14.4" BaselineGridOffset="0" AutoLineSpacingPct="100" UnderlinePosition="-1" UnderlineWidth="-1" StrikeThruPosition="-1" StrikeThruWidth="-1" GroupCounter="1" DocumentHasCMS="1" SoftProofOn="0" SoftProofFullOn="0" ColorManagementActive="1" GamutCheck="0" BlackPoint="1" DefaultPrinterProfile="Fogra27L CMYK Coated Press" DefaultImageRGBProfile="sRGB IEC61966-2.1" DefaultImageCMYKProfile="Fogra27L CMYK Coated Press" DefaultSolidColorRGBProfile="sRGB IEC61966-2.1" DefaultSolidColorCMYKProfile="Fogra27L CMYK Coated Press" DefaultIntentColors="1" DefaultIntentImages="1" ActiveLayer="0" Language="fr" AutomaticHyphenation="1" AutomaticHyphenationCheck="0" GuideLock="0" SnapToGuides="0" SnapToGrid="0" SnapToItems="0" MinorGridSpacing="20.001" MajorGridSpacing="100.001" ShowGrid="0" ShowGuides="1" ShowColumnBorders="1" ShowFrames="1" ShowControls="0" ShowLayerMarkers="0" ShowMargins="1" ShowBaselineGrid="0" ShowImages="1" ShowLinks="0" RulerMode="1" ShowRulers="1" ShowBleed="1" RulerXOffset="0" RulerYOffset="0" GuideRadius="10" GrabRadius="4" PolygonCorners="4" PolygonFactor="0.502" PolygonRotation="0" PolygonInnerRotation="0" PolygonCurvature="0" PolygonOuterCurvature="0" PolygonUseFactor="0" ArcStartAngle="30" ArcSweepAngle="300" SpiralStartAngle="0" SpiralEndAngle="1080" SpiralFactor="1.2" AutoSave="1" AutoSaveTime="600000" AutoSaveCount="1" AutoSaveKeep="0" AutoSaveInDocumentDirectory="1" AutoSaveDirectory="" ScratchBottom="20.001" ScratchLeft="100.001" ScratchRight="100.001" ScratchTop="20.001" GapHorizontal="0" GapVertical="40" LineStartArrow="0" LineEndArrow="0" ShapeLineColor="Black" ShapeFillColor="None" LineColor="Black" TextColor="Black" TextStrokeColor="Black" TextBackgroundColor="None" TextLineColor="None" TextBackgroundColorShade="100" TextLineColorShade="100" TextColorShade="100" TextStrokeColorShade="100" ShapeLineStyle="1" LineStyle="1" ShapeLineWidth="1" LineWidth="1" ShapeLineColorShade="100" LineColorShade="100" ShapeFillColorShade="100" ImageFillColor="None" ImageFillColorShade="100" ImageStrokeColor="None" ImageStrokeColorShade="100" ImageScaleX="1" ImageScaleY="1" ImageScaleType="1" ImageAspectRatio="1" ImageUseEmbeddedPath="0" ImageLowResType="1" DisplayOffsetX="10.001" DisplayOffsetY="10.001" RotationConstrainAngle="15" MinorGridColor="#00ff00" MajorGridColor="#00ff00" GuidesColor="#000080" BaselineGridColor="#c0c0c0" RenderStack="2 0 4 1 3" GridType="0" PageColor="#ffffff" MarginColor="#0000ff" ShowMarginsFilled="0" CurrentProfile="PDF 1.4" CalligraphicPenFillColor="Black" CalligraphicPenLineColor="Black" CalligraphicPenFillColorShade="100" CalligraphicPenLineColorShade="100" CalligraphicPenLineWidth="1" CalligraphicPenAngle="0" CalligraphicPenWidth="10" CalligraphicPenStyle="1">
        <CheckProfile Name="PDF 1.3" IgnoreErrors="0" AutoCheck="1" CheckGlyphs="1" CheckOrphans="1" CheckOverflow="1" CheckPictures="1" CheckPartFilledImageFrames="0" CheckResolution="1" CheckTransparency="1" MinimumResolution="144" MaximumResolution="2400" CheckAnnotations="0" CheckRasterPDF="1" CheckForGIF="1" IgnoreOffLayers="0" CheckNotCMYKOrSpot="0" CheckDeviceColorsAndOutputIntent="0" CheckFontNotEmbedded="1" CheckFontIsOpenType="1" CheckAppliedMasterDifferentSide="1" CheckEmptyTextFrames="1" CheckImageHasProgressiveEncoding="0"/>
        <CheckProfile Name="PDF 1.4" IgnoreErrors="0" AutoCheck="1" CheckGlyphs="1" CheckOrphans="1" CheckOverflow="1" CheckPictures="1" CheckPartFilledImageFrames="0" CheckResolution="1" CheckTransparency="0" MinimumResolution="144" MaximumResolution="2400" CheckAnnotations="0" CheckRasterPDF="1" CheckForGIF="1" IgnoreOffLayers="0" CheckNotCMYKOrSpot="0" CheckDeviceColorsAndOutputIntent="0" CheckFontNotEmbedded="1" CheckFontIsOpenType="1" CheckAppliedMasterDifferentSide="1" CheckEmptyTextFrames="1" CheckImageHasProgressiveEncoding="1"/>
        <CheckProfile Name="PDF 1.5" IgnoreErrors="0" AutoCheck="1" CheckGlyphs="1" CheckOrphans="1" CheckOverflow="1" CheckPictures="1" CheckPartFilledImageFrames="0" CheckResolution="1" CheckTransparency="0" MinimumResolution="144" MaximumResolution="2400" CheckAnnotations="0" CheckRasterPDF="1" CheckForGIF="1" IgnoreOffLayers="0" CheckNotCMYKOrSpot="0" CheckDeviceColorsAndOutputIntent="0" CheckFontNotEmbedded="1" CheckFontIsOpenType="1" CheckAppliedMasterDifferentSide="1" CheckEmptyTextFrames="1" CheckImageHasProgressiveEncoding="1"/>
        <CheckProfile Name="PDF 1.6" IgnoreErrors="0" AutoCheck="1" CheckGlyphs="1" CheckOrphans="1" CheckOverflow="1" CheckPictures="1" CheckPartFilledImageFrames="0" CheckResolution="1" CheckTransparency="0" MinimumResolution="144" MaximumResolution="2400" CheckAnnotations="0" CheckRasterPDF="1" CheckForGIF="1" IgnoreOffLayers="0" CheckNotCMYKOrSpot="0" CheckDeviceColorsAndOutputIntent="0" CheckFontNotEmbedded="1" CheckFontIsOpenType="1" CheckAppliedMasterDifferentSide="1" CheckEmptyTextFrames="1" CheckImageHasProgressiveEncoding="1"/>
        <CheckProfile Name="PDF/X-1a" IgnoreErrors="0" AutoCheck="1" CheckGlyphs="1" CheckOrphans="1" CheckOverflow="1" CheckPictures="1" CheckPartFilledImageFrames="0" CheckResolution="1" CheckTransparency="1" MinimumResolution="144" MaximumResolution="2400" CheckAnnotations="1" CheckRasterPDF="1" CheckForGIF="1" IgnoreOffLayers="0" CheckNotCMYKOrSpot="1" CheckDeviceColorsAndOutputIntent="0" CheckFontNotEmbedded="1" CheckFontIsOpenType="1" CheckAppliedMasterDifferentSide="1" CheckEmptyTextFrames="1" CheckImageHasProgressiveEncoding="1"/>
        <CheckProfile Name="PDF/X-3" IgnoreErrors="0" AutoCheck="1" CheckGlyphs="1" CheckOrphans="1" CheckOverflow="1" CheckPictures="1" CheckPartFilledImageFrames="0" CheckResolution="1" CheckTransparency="1" MinimumResolution="144" MaximumResolution="2400" CheckAnnotations="1" CheckRasterPDF="1" CheckForGIF="1" IgnoreOffLayers="0" CheckNotCMYKOrSpot="0" CheckDeviceColorsAndOutputIntent="1" CheckFontNotEmbedded="1" CheckFontIsOpenType="1" CheckAppliedMasterDifferentSide="1" CheckEmptyTextFrames="1" CheckImageHasProgressiveEncoding="1"/>
        <CheckProfile Name="PDF/X-4" IgnoreErrors="0" AutoCheck="1" CheckGlyphs="1" CheckOrphans="1" CheckOverflow="1" CheckPictures="1" CheckPartFilledImageFrames="0" CheckResolution="1" CheckTransparency="0" MinimumResolution="144" MaximumResolution="2400" CheckAnnotations="1" CheckRasterPDF="1" CheckForGIF="1" IgnoreOffLayers="0" CheckNotCMYKOrSpot="0" CheckDeviceColorsAndOutputIntent="1" CheckFontNotEmbedded="1" CheckFontIsOpenType="0" CheckAppliedMasterDifferentSide="1" CheckEmptyTextFrames="1" CheckImageHasProgressiveEncoding="1"/>
        <CheckProfile Name="PostScript" IgnoreErrors="0" AutoCheck="1" CheckGlyphs="1" CheckOrphans="1" CheckOverflow="1" CheckPictures="1" CheckPartFilledImageFrames="0" CheckResolution="1" CheckTransparency="1" MinimumResolution="144" MaximumResolution="2400" CheckAnnotations="0" CheckRasterPDF="1" CheckForGIF="1" IgnoreOffLayers="0" CheckNotCMYKOrSpot="0" CheckDeviceColorsAndOutputIntent="0" CheckFontNotEmbedded="0" CheckFontIsOpenType="0" CheckAppliedMasterDifferentSide="1" CheckEmptyTextFrames="1" CheckImageHasProgressiveEncoding="1"/>
        <Color Name="Black" Space="CMYK" C="0" M="0" Y="0" K="100"/>
        <Color Name="Blue" Space="RGB" R="0" G="0" B="255"/>
        <Color Name="Cool Black" Space="CMYK" C="60" M="0" Y="0" K="100"/>
        <Color Name="Cyan" Space="CMYK" C="100" M="0" Y="0" K="0"/>
        <Color Name="Green" Space="RGB" R="0" G="255" B="0"/>
        <Color Name="Magenta" Space="CMYK" C="0" M="100" Y="0" K="0"/>
        <Color Name="Red" Space="RGB" R="255" G="0" B="0"/>
        <Color Name="Registration" Space="CMYK" C="100" M="100" Y="100" K="100" Register="1"/>
        <Color Name="Rich Black" Space="CMYK" C="60" M="40" Y="40" K="100"/>
        <Color Name="Warm Black" Space="CMYK" C="0" M="60" Y="29.8039215686275" K="100"/>
        <Color Name="White" Space="CMYK" C="0" M="0" Y="0" K="0"/>
        <Color Name="Yellow" Space="CMYK" C="0" M="0" Y="100" K="0"/>
        <Hyphenator/>
        <CharacterStyle Name="Default Character Style" DefaultStyle="1" Font="Arial Regular" FontSize="12" FontFeatures="" Features="inherit" FontColor="Black" FillShade="100" HyphenWordMinimum="3" StrokeColor="Black" BackgroundColor="None" BackgroundShade="100" StrokeShade="100" TextShadowXOffset="5" TextShadowYOffset="-5" TextOutlineWidth="1" TextUnderlineOffset="-0.1" TextUnderlineWidth="-0.1" TextStrikeThroughOffset="-0.1" TextStrikeThroughWidth="-0.1" ScaleHorizontal="100" ScaleVertical="100" BaselineOffset="0" Kerning="0" Language="fr"/>
        <ParagraphStyle Name="Default Paragraph Style" DefaultStyle="1" Alignment="0" Direction="0" LineSpacingMode="0" LineSpacing="15" LeftMargin="0" RightMargin="0" FirstIndent="0" GapBefore="0" GapAfter="0" ParagraphEffectOffset="0" HasDropCap="0" DropCapLines="2" Bullet="0" Numeration="0" HyphenConsecutiveLines="2" ParagraphBackgroundColor="None" ParagraphBackgroundColorShade="100"/>
        <TableStyle Name="Default Table Style" DefaultStyle="1" FillColor="None" FillShade="100">
            <TableBorderLeft>
                <TableBorderLine Width="1" PenStyle="1" Color="Black" Shade="100"/>
            </TableBorderLeft>
            <TableBorderRight>
                <TableBorderLine Width="1" PenStyle="1" Color="Black" Shade="100"/>
            </TableBorderRight>
            <TableBorderTop>
                <TableBorderLine Width="1" PenStyle="1" Color="Black" Shade="100"/>
            </TableBorderTop>
            <TableBorderBottom>
                <TableBorderLine Width="1" PenStyle="1" Color="Black" Shade="100"/>
            </TableBorderBottom>
        </TableStyle>
        <CellStyle Name="Default Cell Style" DefaultStyle="1" FillColor="None" FillShade="100" LeftPadding="1" RightPadding="1" TopPadding="1" BottomPadding="1"/>
        <Layers Number="0" Level="0" Name="Fond de page" IsViewable="1" IsPrintable="1" IsEditable="1" IsSelectable="0" FlowControl="1" Transparency="1" BlendMode="0" OutlineMode="0" LayerColor="#000000"/>
        <Printer firstUse="1" toFile="0" useAltPrintCommand="0" outputSeparations="0" useSpotColors="1" useColor="1" mirrorH="0" mirrorV="0" useICC="1" doGCR="0" doClip="0" setDevParam="0" useDocBleeds="1" cropMarks="0" bleedMarks="0" registrationMarks="0" colorMarks="0" includePDFMarks="1" PSLevel="3" PrintEngine="4" markLength="20.0013" markOffset="0" BleedTop="0" BleedLeft="0" BleedRight="0" BleedBottom="0" printer="Microsoft Print to PDF" filename="" separationName="All" printerCommand=""/>
        <PDF firstUse="1" Thumbnails="0" Articles="0" Bookmarks="0" Compress="1" CMethod="0" Quality="0" EmbedPDF="0" MirrorH="0" MirrorV="0" Clip="0" rangeSel="0" rangeTxt="" RotateDeg="0" PresentMode="0" RecalcPic="0" FontEmbedding="0" Grayscale="0" RGBMode="1" UseProfiles="0" UseProfiles2="0" Binding="0" PicRes="300" Resolution="300" Version="14" Intent="1" Intent2="1" SolidP="sRGB IEC61966-2.1" ImageP="sRGB IEC61966-2.1" PrintP="Fogra27L CMYK Coated Press" InfoString="" BTop="0" BLeft="0" BRight="0" BBottom="0" useDocBleeds="1" cropMarks="0" bleedMarks="0" registrationMarks="0" colorMarks="0" docInfoMarks="0" markLength="20.0012598425197" markOffset="0" ImagePr="0" PassOwner="" PassUser="" Permissions="-4" Encrypt="0" UseLayers="0" UseLpi="0" UseSpotColors="1" doMultiFile="0" displayBookmarks="0" displayFullscreen="0" displayLayers="0" displayThumbs="0" hideMenuBar="0" hideToolBar="0" fitWindow="0" openAfterExport="0" PageLayout="0" openAction="">
            <LPI Color="" Frequency="0" Angle="0" SpotFunction="0"/>
            <LPI Color="Black" Frequency="133" Angle="45" SpotFunction="3"/>
            <LPI Color="Cyan" Frequency="133" Angle="105" SpotFunction="3"/>
            <LPI Color="Magenta" Frequency="133" Angle="75" SpotFunction="3"/>
            <LPI Color="Yellow" Frequency="133" Angle="90" SpotFunction="3"/>
        </PDF>
        <DocItemAttributes/>
        <Indexes/>
        <TablesOfContents/>
        <NotesStyles>
            <notesStyle Name="Default" Start="1" Endnotes="0" Type="Type_1_2_3" Range="0" Prefix="" Suffix=")" AutoHeight="1" AutoWidth="1" AutoRemove="1" AutoWeld="1" SuperNote="1" SuperMaster="1" MarksStyle="" NotesStyle=""/>
        </NotesStyles>
        <OpticalMarginSets>
            <Set Id="preset_0" Type="preset" Name="Default">
                <Rules>
                    <Rule Left="0" Right="0.5" Unit="7" Characters="U+003A,U+003B,U+2013,U+2033"/>
                    <Rule Left="0" Right="0.75" Unit="7" Characters="U+002C,U+002D,U+002E,U+2010,U+2032"/>
                    <Rule Left="0.25" Right="0.25" Unit="7" Characters="U+2014"/>
                    <Rule Left="0.5" Right="0" Unit="7" Characters="U+2036"/>
                    <Rule Left="0.5" Right="0.5" Unit="7" Characters="U+0022,U+0028,U+0029,U+005B,U+005D,U+00AB,U+00BB,U+201C,U+201D,U+201E,U+201F"/>
                    <Rule Left="0.75" Right="0" Unit="7" Characters="U+2035"/>
                    <Rule Left="0.75" Right="0.75" Unit="7" Characters="U+0027,U+002A,U+0060,U+007E,U+00B4,U+2018,U+2019,U+201A,U+201B,U+2039,U+203A"/>
                </Rules>
            </Set>
        </OpticalMarginSets>
        <PageSets>
            <Set Name="Single Page" FirstPage="0" Rows="1" Columns="1"/>
            <Set Name="Facing Pages" FirstPage="1" Rows="1" Columns="2">
                <PageNames Name="Left Page"/>
                <PageNames Name="Right Page"/>
            </Set>
            <Set Name="3-Fold" FirstPage="0" Rows="1" Columns="3">
                <PageNames Name="Left Page"/>
                <PageNames Name="Middle"/>
                <PageNames Name="Right Page"/>
            </Set>
            <Set Name="4-Fold" FirstPage="0" Rows="1" Columns="4">
                <PageNames Name="Left Page"/>
                <PageNames Name="Middle Left"/>
                <PageNames Name="Middle Right"/>
                <PageNames Name="Right Page"/>
            </Set>
        </PageSets>
        <Sections>
            <Section Number="0" Name="Section 1" From="0" To="0" Type="Type_1_2_3" Start="1" Reversed="0" Active="1" FillChar="0" FieldWidth="0"/>
        </Sections>
        <MasterPage PageXPosition="100.001" PageYPosition="20.001" PageWidth="595.275590551181" PageHeight="841.889763779528" BorderLeft="40" BorderRight="40" BorderTop="40" BorderBottom="40" PageNumber="0" PageName="Normal" MasterPageName="" Size="IsoA_A04" Orientation="0" LeftPage="0" Preset="0" VerticalGuides="" HorizontalGuides="" AutoGuideHorizontalGap="0" AutoGuideVerticalGap="0" AutoGuideHorizontalCount="0" AutoGuideVerticalCount="0" AutoGuideHorizontalReference="0" AutoGuideVerticalReference="0" AutoGuideSelection="0 0 0 0" PageEffectDuration="1" PageViewDuration="1" PageEffectType="0" PageEffectLineDirection="0" PageEffectInsideOutside="0" PageEffectDirection="0"/>
        <Page PageXPosition="100.001" PageYPosition="20.001" PageWidth="595.275590551181" PageHeight="841.889763779528" BorderLeft="40" BorderRight="40" BorderTop="40" BorderBottom="40" PageNumber="0" PageName="" MasterPageName="Normal" Size="IsoA_A04" Orientation="0" LeftPage="0" Preset="0" VerticalGuides="" HorizontalGuides="" AutoGuideHorizontalGap="0" AutoGuideVerticalGap="0" AutoGuideHorizontalCount="0" AutoGuideVerticalCount="0" AutoGuideHorizontalReference="0" AutoGuideVerticalReference="0" AutoGuideSelection="0 0 0 0" PageEffectDuration="1" PageViewDuration="1" PageEffectType="0" PageEffectLineDirection="0" PageEffectInsideOutside="0" PageEffectDirection="0"/>
        <PageObject XPosition="185.04037007874" YPosition="188.277880282164" OwnPage="0" ItemID="1544183071" ItemType="7" Width="407.46" Height="134.222009903053" FrameType="3" ClipEdited="1" LineWidth="1" LineColor="Black" LinePenStyle="1" Path="M0 134.222 C28.3465 35.8176 117.96 -45.0279 192.756 28.4721 C221.918 57.1286 260.977 75.1824 297.784 86.5451 C355.381 104.326 407.46 105.722 407.46 105.722 " ContourLinePath="M0 134.222 C28.3465 35.8176 117.96 -45.0279 192.756 28.4721 C267.552 101.972 407.46 105.722 407.46 105.722 L0 134.222 Z" gXpos="185.04037007874" gYpos="188.277880282164" gWidth="0" gHeight="0" Layer="0"/>
    </Document>
</SCRIBUSUTF8NEW>
17652_crash_delete_node.sla (17,346 bytes)   

jghali

2025-10-20 22:28

administrator   ~0053094

I committed a fix for the second crash. I feel I might have also fixed the first, but not sure...

qirat

2025-10-22 02:07

reporter   ~0053098

I can confirm that the main issue (ticket) and what jghali mention are resolved for me on Fedora 42 (Wayland). I am positive they are resolved elsewhere too.

Issue History

Date Modified Username Field Change
2025-10-16 14:27 qirat New Issue
2025-10-16 14:27 qirat Tag Attached: nodes
2025-10-16 17:06 ale Note Added: 0053071
2025-10-20 21:00 jghali Note Added: 0053093
2025-10-20 21:00 jghali File Added: 17652_crash_delete_node.sla
2025-10-20 22:28 jghali Note Added: 0053094
2025-10-22 02:07 qirat Note Added: 0053098