LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-07-2023, 04:16 AM   #1
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,081

Rep: Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751
Programs crash with error "double free or corruption" after latest glib2 upgrade


EDITED - not just one program affected! Mousepad and Engrampa programs crash after Dec. 6th upgrades

When trying to launch Engrampa from terminal:
Code:
~$ engrampa
double free or corruption (fasttop)
Aborted
Tried recompiling engrampa-1.26.1, same result
Tried upgrading to engrampa-1.27.1, same result

Extracting works fine with xarchiver, or if I just right-click and choose "Extract" (in SpaceFM).

Mousepad starts OK, but when I try opening a textfile I get the same error message.

Last edited by kgha; 12-07-2023 at 09:08 AM.
 
Old 12-07-2023, 04:49 AM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,065

Rep: Reputation: Disabled
No issue here with engrampa-1.26.1, but that's on Slint64-15.0 based on Slackware64-15.0
 
Old 12-07-2023, 06:55 AM   #3
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,081

Original Poster
Rep: Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751
The following programs also suffer from crashes with the same message:

atril (when tryoing to open a file from within the program)
evince (when trying to save a file in a different folder

eye of mate image viewer, although with a slightly different message:
Code:
free(): double free detected in tcache 2
Aborted

to me it seems to have something to do with how the programs (fails to) access my various folders in home/<user>/
 
Old 12-07-2023, 08:13 AM   #4
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,587

Rep: Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917
You're on current, too? I was trying to run xfdesktop --replace to get my xfce4 desktop working, and got a similar error:

"* (xfdesktop:11822): WARNING **: 09:09:07.306: Failed to register the newly set background with AccountsService '/usr/share/backgrounds/xfce/xfce-blue.jpg': GDBus.Errorrg.freedesktop.DBus.Error.InvalidArgs: No such interface “org.freedesktop.DisplayManager.AccountsService”
double free or corruption (fasttop)"
 
Old 12-07-2023, 09:01 AM   #5
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,081

Original Poster
Rep: Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751
Good to hear I'm not the only one. And yes, I'm on -current.

I wondered if yesterday's aaa_libraries upgrade could be the culprit but downgrading to previous version made no difference.
 
Old 12-07-2023, 09:03 AM   #6
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,587

Rep: Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917
Last time there was a problem with XFCE4 desktops not displaying correctly, I believe it was an SDL error? But SDL was recompiled (twice) against the new libtiff.
 
Old 12-07-2023, 09:07 AM   #7
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,081

Original Poster
Rep: Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751
Found the culprit: latest glib2 upgrade. Downgrading to glib2-2.78.1 and abovementioned issues are all gone.
 
2 members found this post helpful.
Old 12-07-2023, 09:29 AM   #8
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,587

Rep: Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917
Quote:
Originally Posted by kgha View Post
Found the culprit: latest glib2 upgrade. Downgrading to glib2-2.78.1 and abovementioned issues are all gone.
Huh, interesting. I wonder why a new user on my computer didn't have an issue with xfce4?
 
Old 12-07-2023, 09:45 AM   #9
BrunoLafleur
Member
 
Registered: Apr 2020
Location: France
Distribution: Slackware
Posts: 405

Rep: Reputation: 369Reputation: 369Reputation: 369Reputation: 369
May be a bug. There was little time between 2.78.3 and 2.78.2.

Overview of changes in GLib 2.78.3, 2023-12-06
==============================================

* Fix a crash-causing regression in xdgmime (#3191, work by Philip Withnall)

* Bugs fixed:
- #3191 Crash in __gio_xdg_cache_mime_type_subclass (Philip Withnall)
- !3747 Backport !3742 “xdgmime: Update to upstream commit c2c814d4051f232” to
glib-2-78

Overview of changes in GLib 2.78.2, 2023-12-05
==============================================
 
3 members found this post helpful.
Old 12-07-2023, 10:21 AM   #10
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,081

Original Poster
Rep: Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751
Merci beaucoup, m. Lafleur!

Compiled glib2-2.78.3 using Pat's buildscript and everything runs OK after upgrade.
 
Old 12-07-2023, 10:31 AM   #11
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,587

Rep: Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917
I have to admit, plasma's growing on me. The weather report widget times out every other time I load the desktop, though, but it's a known issue. (Pour one out for yawp, the best weather widget that existed.)
 
Old 12-07-2023, 10:35 AM   #12
rahrah
Member
 
Registered: Jun 2008
Location: London, England
Distribution: Slackware
Posts: 32

Rep: Reputation: 51
Quote:
Originally Posted by kgha View Post
Merci beaucoup, m. Lafleur!

Compiled glib2-2.78.3 using Pat's buildscript and everything runs OK after upgrade.
Hi,

I, too, was having problems, getting:

Code:
double free or corruption (fasttop)
when running spice-gtk (qemu client) under glib2-2.28.2.

I first downgraded to glib2-2.78.1, which fixed the problem. I then did the same as @kgha, used Pat's script for glib2-2.78.3 which fixed the problem, too. Wish I'd looked here first!

Thanks to all!

===Rich

Last edited by rahrah; 12-07-2023 at 10:40 AM.
 
Old 12-07-2023, 10:45 AM   #13
DryFalls
Member
 
Registered: Apr 2021
Posts: 44

Rep: Reputation: Disabled
Quote:
Originally Posted by kgha View Post
Found the culprit: latest glib2 upgrade. Downgrading to glib2-2.78.1 and abovementioned issues are all gone.
my problem involved lxpanel and pcmanfm/pcmanfm-qt. Tried downgrading glib2 to no avail. will try 2.78.3.
 
Old 12-07-2023, 12:04 PM   #14
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,587

Rep: Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917Reputation: 917
Yep. Downgrading glib2 fixed xfce4 for me. Real question is: why was another user on my computer just fine?
 
Old 12-07-2023, 03:42 PM   #15
pc2005
LQ Newbie
 
Registered: Nov 2017
Distribution: slackware64-current/multilib, openwrt, buildroot, debian
Posts: 29

Rep: Reputation: Disabled
Heh same problem with glib2, firefox crashes in libgio when I open a file dialog with a directory containing .json file. Downgrade fixed that.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with Engrampa Archive manager Fixit7 Ubuntu 2 02-06-2017 08:51 AM
Current: mkisofs/isohybrid versus p7zip and engrampa burdi01 Slackware 12 05-29-2016 01:54 PM
Engrampa as Thunar default archive manager maspai Linux - Software 3 08-02-2015 02:07 PM
LXer: Ubuntu MATE 15.04 Arrives With MATE Desktop 1.8.2 and MATE Tweak LXer Syndicated Linux News 0 05-15-2015 09:30 AM
Kernel Deleted due to Upgrade, Cannot Reinstall Kernel due to Dependency Issues Kenji Miyamoto Debian 2 02-17-2007 09:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration