[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2019-07-02 Thread WHK
Same problem using python3 and multithreading in Ubuntu 18.04 LTS. libgcc_s.so.1 must be installed for pthread_cancel to work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/40285 Title:

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2015-03-03 Thread GorVas
Check https://bugzilla.redhat.com/show_bug.cgi?id=913519 this works for ubuntu as well. You have to recompile with the fix but it works. ** Bug watch added: Red Hat Bugzilla #913519 https://bugzilla.redhat.com/show_bug.cgi?id=913519 -- You received this bug notification because you are a

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2015-03-03 Thread GorVas
the fix is for vsftpd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/40285 Title: libgcc_s.so.1 must be installed for pthread_cancel to work To manage notifications about this bug go to:

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2015-03-03 Thread GorVas
Check https://bugzilla.redhat.com/show_bug.cgi?id=913519 this works for ubuntu as well. You have to recompile with the fix but it works. ** Bug watch added: Red Hat Bugzilla #913519 https://bugzilla.redhat.com/show_bug.cgi?id=913519 -- You received this bug notification because you are a

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2015-03-03 Thread GorVas
the fix is for vsftpd -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to siege in Ubuntu. https://bugs.launchpad.net/bugs/40285 Title: libgcc_s.so.1 must be installed for pthread_cancel to work To manage notifications about this bug

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2014-05-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: siege (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to siege in Ubuntu. https://bugs.launchpad.net/bugs/40285

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2014-05-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: siege (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/40285 Title:

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2014-05-09 Thread Guido Serra
https://bugs.launchpad.net/ubuntu/+source/siege/+bug/1317812 ** Also affects: siege (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to siege in Ubuntu.

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2014-05-09 Thread Guido Serra
https://bugs.launchpad.net/ubuntu/+source/siege/+bug/1317812 ** Also affects: siege (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/40285

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2013-10-25 Thread Juergen Perlinger
I finally tracked it down, I think. The pthread code tries to load libgcc_s on pthread_exit(), and this dos not work when the effective user was changed -- many daemons switch from root to a restricted user, and that's one way to end up in this problem. If the library is loaded globally for the

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2013-10-20 Thread Juergen Perlinger
I have/had trouble with ntpd on saucy, it simly stopped working after a while with he mentioned error message. Running directly as root works fine; running with a reduced user account does not. Setting LD_PRELOAD works. It seems that the user separation / priviledge dropping interferes with the

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2013-10-20 Thread Juergen Perlinger
I was probably wrong -- it seems this is not related to running as restricted user per se. Using ldd shows no reference to libgcc_s in the binary, even if I build from source and explicitly add '-lgcc_s' to the linker command line. strace shows no signs of using libgcc_s unless put into the

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2013-10-06 Thread GorVas
There is a workaround to install libpam-ldap, dosent work for all but it did for me. Running 12.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/40285 Title: libgcc_s.so.1 must be

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2013-08-13 Thread MariesIonel
I get this in some other python app (not uwsgi). Is there any workaround? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/40285 Title: libgcc_s.so.1 must be installed for pthread_cancel to

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2013-07-02 Thread Andres Riancho
Started a thread in the uwsgi mailing list to see if this can be fixed upstream. http://lists.unbit.it/pipermail/uwsgi/2013-July/006179.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/40285

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2013-07-01 Thread Andres Riancho
Also hit this bug with 12.04 server and uwsgi. Really annoying. Any workaround? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/40285 Title: libgcc_s.so.1 must be installed for pthread_cancel

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2013-03-12 Thread Jorge Suárez de Lis
I'm still seeing this on 12.04 with uwsgi. # gcc --print-file-name=libgcc_s.so.1 /lib/x86_64-linux-gnu/libgcc_s.so.1 # ls -lah /lib/x86_64-linux-gnu/libgcc_s.so.1 -rw-r--r-- 1 root root 87K abr 16 2012 /lib/x86_64-linux-gnu/libgcc_s.so.1 On the uwsgi logs: libgcc_s.so.1 must be installed for

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2013-03-02 Thread ehcpdeveloper
still not solved? still same at march-2013... I will almost start to write my own programs.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/40285 Title: libgcc_s.so.1 must be installed for

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2012-11-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gcc-4.6 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/40285

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2012-09-16 Thread ehcpdeveloper
tried both, not helped: # export LD_BIND_NOW=1 # /etc/init.d/vsftpd restart Rather than invoking init scripts through /etc/init.d, use the service(8) utility, e.g. service vsftpd restart Since the script you are attempting to invoke has been converted to an Upstart job, you may also use the

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2012-09-10 Thread ehcpdeveloper
affects vsftpd too, syslog: kernel: do_general_protection: 33 callbacks suppressed kernel: vsftpd general protection ip:7f881af02ac7 sp:7f8817cf8590 error:0 in libc-2.15.so[7f881aec9000+1b2000] console: ftp localhost .. 220 Welcome to vsFTPd Server Name (localhost:ehcp): ftp 331 Please specify

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2012-09-10 Thread Bartosz Brachaczek
In the case of Kadu this was actually caused by Kadu being built with hardened flags and one header declaring a function that was never implemented or called. We deleted that declaration and it fixed the problem. You can check for any possibly missing symbols by exporting an LD_BIND_NOW=1

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2012-09-08 Thread Bartosz Brachaczek
Adding gcc-4.6 to affected, since it can be reproduced on Precise. I got also two reports of users having this problem in kadu-0.12.2-2 installed from this PPA for Precise: https://launchpad.net/~patryk- prezu/+archive/ppa. At least one of them is running i386. The other one reports that using

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2012-08-27 Thread Mikkel Høgh
I can confirm, this affects uWSGI on 12.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/40285 Title: libgcc_s.so.1 must be installed for pthread_cancel to work To manage notifications

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2012-08-06 Thread Ilian Stefkov Iliev
Same with uwsgi and 12.04 Server -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/40285 Title: libgcc_s.so.1 must be installed for pthread_cancel to work To manage notifications about this

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2012-04-29 Thread ehcpdeveloper
same here, vsftpd, pam_mysql, and the error: libgcc_s.so.1 must be installed for pthread_cancel to work some other error in syslog: Apr 29 18:44:22 desktop kernel: [ 1134.793477] vsftpd[7406] general protection ip:7fde81ee7b07 sp:7fde7e6ea590 error:0 in libc-2.15.so[7fde81eae000+1b3000] -- You

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2012-03-07 Thread Stefan Hageneder
i am using vsftpd together with pam_mysql and i see the same error in my ftp client. anonymous login to vsftpd works, so the problem must be with libpammysql. any idea how to fix this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2012-02-25 Thread Dan Kegel
This happens for me on Precise Pangolin alpha 2 in wine-git when I run the app from http://bugs.winehq.org/show_bug.cgi?id=29943 after doing the required winetricks xml3. ** Bug watch added: Wine Bugzilla #29943 http://bugs.winehq.org/show_bug.cgi?id=29943 -- You received this bug

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2012-02-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gcc-4.4 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/40285

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2010-08-06 Thread David Conner
I'm running Ubuntu 10.04 with gcc 4.4.3 and I did not get the above error when compiling siege 2.70. -- libgcc_s.so.1 must be installed for pthread_cancel to work https://bugs.launchpad.net/bugs/40285 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct

Re: [Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2010-08-06 Thread Cullen Walsh
I'll try again with a completely clean install tonight when I can use my test machine. On Fri, Aug 6, 2010 at 3:42 PM, David Conner 40...@bugs.launchpad.netwrote: I'm running Ubuntu 10.04 with gcc 4.4.3 and I did not get the above error when compiling siege 2.70. -- libgcc_s.so.1 must be

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2010-08-05 Thread Cullen Walsh
Ubuntu 10.04, have all the appropriate build packages, etc. I encountered this error when compiling Siege (http://www.joedog.org/index/siege-home). I won't claim to understand it, but it does work when I apply LuisMondesi's suggestion of explicitly adding -lgcc_s wherever -lpthread is used. The

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2010-08-05 Thread Brian Murray
** Tags added: patch -- libgcc_s.so.1 must be installed for pthread_cancel to work https://bugs.launchpad.net/bugs/40285 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2010-08-05 Thread Cullen Walsh
I removed the patch tag as it is not for gcc and does not fix the problem. The patch is for anyone googling, trying to use siege with Ubuntu, and encountering this problem. ** Tags removed: patch -- libgcc_s.so.1 must be installed for pthread_cancel to work

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2010-03-29 Thread Martin Meredith
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2009-07-18 Thread Martin Meredith
Is this still happening in Jaunty/Karmic? ** Changed in: pound (Ubuntu) Status: New = Incomplete -- libgcc_s.so.1 must be installed for pthread_cancel to work https://bugs.launchpad.net/bugs/40285 You received this bug notification because you are a member of Ubuntu Bugs, which is a

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2008-01-03 Thread Matthias Klose
Closing the gcc-3.3 task. - on gutsy, libc6 depends on libgcc1, so the library is present. Unsure how the jail was setup. - glibc uses handle = __libc_dlopen (libgcc_s.so.1) to open the library, it doesn't use the output of gcc --print-file-name. ** Changed in: gcc-3.3 (Ubuntu)

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2007-11-28 Thread Wichert Akkerman
I noticed that a related problem is that you need to add libgcc_s to the chroot jail for pound since it is not loaded until after the initialization has completed. -- libgcc_s.so.1 must be installed for pthread_cancel to work https://bugs.launchpad.net/bugs/40285 You received this bug

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2007-11-20 Thread Wichert Akkerman
I still see this bug in Ubuntu 7.10. This is critical: it breaks pound completely. ** Also affects: pound (Ubuntu) Importance: Undecided Status: New -- libgcc_s.so.1 must be installed for pthread_cancel to work https://bugs.launchpad.net/bugs/40285 You received this bug notification

[Bug 40285] Re: libgcc_s.so.1 must be installed for pthread_cancel to work

2007-11-20 Thread LuisM
Well, it also happens that this bug goes away when you explicitly add libgcc_s to your binary: in src/Makefile.am of whatever package: LDADD = -lpthread -lgcc_s ... or packagenamehere_LDADD = -lpthread -lgcc_s ... After that the warning goes away and everything just works. -- libgcc_s.so.1