View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016664 | Scribus | Import / Export | public | 2021-10-15 07:29 | 2021-11-09 21:39 |
Reporter | herrdeh | Assigned To | jghali | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | x86 | OS | ubuntu | OS Version | 20.04 |
Product Version | 1.5.8.svn | ||||
Fixed in Version | 1.5.8.svn | ||||
Summary | 0016664: crash at markdown import | ||||
Description | App crashes with signal 11 when trying to import a - even very simple - markdown file. Happens with 1.5.7 as well. | ||||
Steps To Reproduce | * launch scribus * create new doc * create new text frame or choose "automatic frames" at creation - does not matter * set text frame active * import markdown file ==> crash | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
testdok.md (175 bytes)
# ErsteÜ bißchentext # zweite Üb nocheinbißchentext * paar Bullets * paar Bullets * paar Bullets nochbißchentext ## Unterüberschrift nochmehrtext # dritte Ü schluß. |
|
works for me with the latest code... |
|
works for me too on Windows, either with Scribus 1.5.7 or with current code |
|
These are terminal messages when crash occurs: ``` /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so: undefined symbol: g_date_time_format_iso8601 Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so: undefined symbol: g_mount_operation_get_is_tcrypt_system_volume Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so Scribus ist abgestürzt ------------- Absturz durch Signal 0000011 (ld-linux-x86-64.so.2:9158): Gtk-WARNING **: 22:08:43.701: Error loading theme icon 'dialog-error' for stock: Bildlader-Modul konnte nicht geladen werden: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /tmp/.mount_ScribuEnOjwH/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /lib/x86_64-linux-gnu/librsvg-2.so.2) ``` |
|
It looks like the libgvfsdbus and libgioremote-volume-monitor modules have some problems of undefined symbols on your system and this is what cause the crash. But this is unrelated to Scribus. |
|
I upgraded my system, then tried the 1.5.6 appimage. Same behaviour (crash with signal11), but quite different error messages: $ ./scribus-1.5.6-linux-x86_64.AppImage Run experimental bundle that bundles everything Qt: Session management error: None of the authentication protocols specified are supported Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "its:rules" Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: unknown element "its:translateRule" Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid attribute 'translate' Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid attribute 'selector' Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6: invalid attribute 'xmlns:its' Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6: invalid attribute 'version' ... ... # ~ 250 lines of other fontconfig errors ... Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid attribute 'translate' Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid attribute 'selector' Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid attribute 'xmlns:its' Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid attribute 'version' pathForIcon: Unable to load icon /tmp/.mount_scribuuiW2yo/lib/x86_64-linux-gnu/../share/scribus/icons/1_5_1/lab.png: File not found pathForIcon: Unable to load icon /tmp/.mount_scribuuiW2yo/lib/x86_64-linux-gnu/../share/scribus/icons/1_5_1/spot.png: File not found pathForIcon: Unable to load icon /tmp/.mount_scribuuiW2yo/lib/x86_64-linux-gnu/../share/scribus/icons/1_5_1/register.png: File not found qt.gui.icc: Unsupported ICC profile class 70727472 qt.gui.icc: fromIccProfile: failed general sanity check QPngHandler: Failed to parse ICC profile setBestEncoding for DejaVuSans with 6253 glyphs, hasNames= 512 , POST size= 62052 Checking cmap 0 ( 0 , 3 , 0 ) format 4 found Unicode enc for DejaVu Sans Book as map 0 with 5370 glyphs Checking cmap 1 ( 0 , 10 , 0 ) format 12 found Unicode enc for DejaVu Sans Book as map 1 with 11288 glyphs Checking cmap 2 ( 1 , 0 , 0 ) format 6 Checking cmap 3 ( 3 , 1 , 0 ) format 4 found Unicode enc for DejaVu Sans Book as map 3 with 16658 glyphs Checking cmap 4 ( 3 , 10 , 0 ) format 12 found Unicode enc for DejaVu Sans Book as map 4 with 22576 glyphs using Unicode enc for DejaVu Sans Book Scribus ist abgestürzt ------------- Absturz durch Signal 0000011 storytext::charstyle: access at end of text %i 61 storytext::charstyle: access at end of text %i 61 storytext::charstyle: access at end of text %i 61 ... ... # this message goes on forever |
|
Finally found how to reproduce the issue : the "prefix styles with item name" option has to be checked in order to reproduce the crash! The issue is now fixed. |
|
Could you be so kind and let me know where I can find that setting? |
|
In the text import dialog. |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-10-15 07:29 | herrdeh | New Issue | |
2021-10-15 07:29 | herrdeh | File Added: testdok.md | |
2021-10-15 15:13 | ale | Note Added: 0049300 | |
2021-10-15 18:18 | jghali | Note Added: 0049301 | |
2021-10-15 18:18 | jghali | Note Edited: 0049301 | |
2021-10-15 20:10 | herrdeh | Note Added: 0049302 | |
2021-10-16 11:58 | jghali | Note Added: 0049303 | |
2021-10-16 15:30 | herrdeh | Note Added: 0049304 | |
2021-10-22 22:44 | jghali | Assigned To | => jghali |
2021-10-22 22:44 | jghali | Status | new => resolved |
2021-10-22 22:44 | jghali | Resolution | open => fixed |
2021-10-22 22:44 | jghali | Fixed in Version | => 1.5.8.svn |
2021-10-22 22:44 | jghali | Note Added: 0049310 | |
2021-10-23 09:30 | herrdeh | Note Added: 0049311 | |
2021-10-23 12:38 | jghali | Note Edited: 0049310 | |
2021-10-23 12:39 | jghali | Note Added: 0049312 | |
2021-11-09 21:39 | cbradney | Status | resolved => closed |