LinuxQuestions.org
Review your favorite Linux distribution.
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 11-12-2011, 03:26 AM   #1
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,785

Rep: Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463
current 11-11-11 glibc problem?


Hi

The latest current update (11-11-11) had a new glibc-2.14.1. After that alien's libreoffice stopped working here: it crashed when clicked something. Downgrading to glibc-2.13 fixed it.

(Be warned that downgrading glibc is not trivial: after upgradepkg you need to remove the leftover 2.14.1 shared libraries from /lib64 or /lib and run ldconfig.)
 
Old 11-12-2011, 03:42 AM   #2
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Working fine here.....
i used the latest 3.4.4 package from Eric
 
Old 11-12-2011, 03:54 AM   #3
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,785

Original Poster
Rep: Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463
Quote:
Originally Posted by willysr View Post
Working fine here.....
i used the latest 3.4.4 package from Eric
OK, I have the same libreoffice package, so it could be something specific to my system then. This is a 64-bit installation and the kernel is 3.1.1.
 
Old 11-12-2011, 04:31 AM   #4
rg3
Member
 
Registered: Jul 2007
Distribution: Fedora
Posts: 527

Rep: Reputation: Disabled
Since the glibc upgrade, MPlayer is crashing with every video in my system. Rebuilding the latest SVN version didn't fix the problem. This is a pure 64-bit system running the official kernel-generic package.

The experienced problem is the same one described here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615916

Edit: more info, seems related to the ALSA libraries. See the second thread here:

http://lists.mplayerhq.hu/pipermail/...read.html#1929

Indeed, if run with "-ao oss", MPlayer does not crash.

Last edited by rg3; 11-12-2011 at 04:37 AM.
 
Old 11-12-2011, 04:51 AM   #5
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,785

Original Poster
Rep: Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463
This fixed my libreoffice crashing:
http://www.linuxfromscratch.org/patc...-fixes-1.patch
 
1 members found this post helpful.
Old 11-12-2011, 08:06 AM   #6
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Quote:
Originally Posted by rg3 View Post
Since the glibc upgrade, MPlayer is crashing with every video in my system. Rebuilding the latest SVN version didn't fix the problem. This is a pure 64-bit system running the official kernel-generic package.

The experienced problem is the same one described here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615916

Edit: more info, seems related to the ALSA libraries. See the second thread here:

http://lists.mplayerhq.hu/pipermail/...read.html#1929

Indeed, if run with "-ao oss", MPlayer does not crash.
I've been using mplayer2 for some time now and i dont have this problem. It works fine with the new glibc.

No problems with firefox 8.0 so far either.
 
Old 11-12-2011, 08:38 AM   #7
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Quote:
Originally Posted by rg3 View Post
Since the glibc upgrade, MPlayer is crashing with every video in my system. Rebuilding the latest SVN version didn't fix the problem. This is a pure 64-bit system running the official kernel-generic package.

The experienced problem is the same one described here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615916

Edit: more info, seems related to the ALSA libraries. See the second thread here:

http://lists.mplayerhq.hu/pipermail/...read.html#1929

Indeed, if run with "-ao oss", MPlayer does not crash.
I have this problem as well. I thought it was because i was upgrading to the latest ffmpeg, but unfortunately, it wasn't the problem.
 
Old 11-12-2011, 10:00 AM   #8
phi11ip
Member
 
Registered: Jul 2007
Location: Nottingham, UK
Distribution: Slackware64-current
Posts: 93

Rep: Reputation: 23
Alien Bob's calibre also crashes with a segmentation fault. Have now downgraded back to glibc 2.13.
 
Old 11-12-2011, 01:51 PM   #9
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Side Effects Houdini 11.1 also crashes on startup with glibc 2.14.1. Reverting to 2.13 restores it.

Update: Houdini no longer segfaults on startup with 2.14.1 with the LFS-patch applied.

Last edited by mats_b_tegner; 11-13-2011 at 10:19 AM. Reason: Update
 
Old 11-12-2011, 03:58 PM   #10
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Quote:
Originally Posted by sahko View Post
I've been using mplayer2 for some time now and i dont have this problem. It works fine with the new glibc.

No problems with firefox 8.0 so far either.
Firefox is fine here, Calibre 0.8.26 too <- Not Eric's package.

mplayer with -ao alsa crashes here on ao2_init. Using -ao $SOMETHING-ELSE is fine.

http://sourceware.org/ml/libc-alpha/.../msg00006.html <-- For info on the memory leak in dlopen plus patches
http://sourceware.org/bugzilla/show_bug.cgi?id=12871 <-- Bug report against Libre Office

The link Petri Kaukasoina posted, is similar to the patches above. Applying the patch from LFS also fixes my mplayer ao2_init problem.
 
Old 11-12-2011, 04:16 PM   #11
andrew.46
Senior Member
 
Registered: Oct 2007
Distribution: Slackware
Posts: 1,365

Rep: Reputation: 493Reputation: 493Reputation: 493Reputation: 493Reputation: 493
Quote:
Originally Posted by rg3 View Post
Indeed, if run with "-ao oss", MPlayer does not crash.
I can confirm this on my own 32bit system with crash as disturbed1 describes above.
 
Old 11-12-2011, 04:18 PM   #12
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
I just upgraded glibc to 2.14.1, using my own multilib package to which I have applied the LFS patch which an earlier post referred to: (http://www.linuxfromscratch.org/patc...-fixes-1.patch). The multilib updates are waiting at http://slackware.com/~alien/multilib/current/

So far (running latest slackware64-current multilib) I can run the various LibreOffice programs, mplayer, firefox, calibre without any issues. I am typing this text in Firefox while mplayer displays a H.264 video in a background window.

Eric
 
Old 11-12-2011, 04:24 PM   #13
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Quote:
Originally Posted by Alien Bob View Post
I just upgraded glibc to 2.14.1, using my own multilib package to which I have applied the LFS patch which an earlier post referred to: (http://www.linuxfromscratch.org/patc...-fixes-1.patch). The multilib updates are waiting at http://slackware.com/~alien/multilib/current/

So far (running latest slackware64-current multilib) I can run the various LibreOffice programs, mplayer, firefox, calibre without any issues. I am typing this text in Firefox while mplayer displays a H.264 video in a background window.

Eric
Thanks for applying this to the multilib package, much appreciated!
 
Old 11-13-2011, 08:58 AM   #14
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by Alien Bob View Post
I just upgraded glibc to 2.14.1, using my own multilib package to which I have applied the LFS patch which an earlier post referred to: (http://www.linuxfromscratch.org/patc...-fixes-1.patch).
Is it possible to apply the LFS patch to the standard glibc.SlackBuild-script?

Mats
 
Old 11-13-2011, 09:16 AM   #15
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by mats_b_tegner View Post
Is it possible to apply the LFS patch to the standard glibc.SlackBuild-script?

Mats
If you replace the Slackware version of glibc.SlackBuild with this updated glibc.SlackBuild: http://pastebin.com/aErRGCTh and also download the LFS patch (http://www.linuxfromscratch.org/patc...-fixes-1.patch) into the glibc source directory, then you can run
Code:
./glibc.SlackBuild
and sometime later, you will have your new glibc packages in a directory "/glibc-SOMELARGESTRING/".

Eric
 
  


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
slackware64-current glibc resolver bug? fancylad Slackware 8 01-31-2010 04:47 PM
problem installing glibc-2.3.2-4.80.i686, glibc-common-2.3.2-4.80.8.i386.rpm martianpackets Red Hat 8 05-01-2009 03:22 PM
Trying to compile Glibc-2.7 with src2pkg-1.93 on Slamd64-current. Shingoshi Slackware 5 01-31-2008 12:24 AM
upgrading glibc in current Drone4four Slackware 28 06-10-2007 01:34 AM
Problems with glibc on Slackware current? MS3FGX Slackware 2 03-30-2006 09:57 PM

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

All times are GMT -5. The time now is 07:52 AM.

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