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:
lib
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:
htt
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 memb
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:
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
Ti
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 pro
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 preloa
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 de
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 installed
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 wor
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
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
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 pt
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 pt
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
Title
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 sto
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 environme
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
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 kad
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 abo
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
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
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 r
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 notific
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
Title
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.net>wrote:
> 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
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 su
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
https://bugs.launchpad.net/bugs/40285
** 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
https://lis
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
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
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 dire
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)
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 notificatio
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 m
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 be
36 matches
Mail list logo