[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2011-10-04 Thread Bug Watch Updater
** Changed in: glib Status: New => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/453898 Title: glib2.0 crashes when applications are started with chrt To manage notifications about t

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2010-09-16 Thread Bug Watch Updater
** Changed in: glib Status: Unknown => New ** Changed in: glib Importance: Unknown => Medium -- glib2.0 crashes when applications are started with chrt https://bugs.launchpad.net/bugs/453898 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2010-06-09 Thread Pedro Villavicencio
** Changed in: glib2.0 (Ubuntu) Status: Confirmed => Triaged -- glib2.0 crashes when applications are started with chrt https://bugs.launchpad.net/bugs/453898 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2010-01-27 Thread Kamal Mostafa
Upstream bug report https://bugzilla.gnome.org/show_bug.cgi?id=599079 still awaiting review. ** Changed in: glib2.0 (Ubuntu) Status: In Progress => Confirmed ** Changed in: glib2.0 (Ubuntu) Assignee: Kamal Mostafa (kamalmostafa) => (unassigned) -- glib2.0 crashes when applications a

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-12-30 Thread Kamal Mostafa
I have fixed this problem (and the related LP bug 501699) and produced update packages for karmic and lucid, available in my PPA here: https://launchpad.net/~kamalmostafa/+archive/glib2.0-fixes The patch has been contributed upstream but has not yet been reviewed or integrated by the glib dev

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-12-30 Thread Kamal Mostafa
** Changed in: glib2.0 (Ubuntu) Status: Triaged => In Progress ** Changed in: glib2.0 (Ubuntu) Assignee: (unassigned) => Kamal Mostafa (kamalmostafa) -- glib2.0 crashes when applications are started with chrt https://bugs.launchpad.net/bugs/453898 You received this bug notification b

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-11-13 Thread Pedro Villavicencio
** Changed in: glib2.0 (Ubuntu) Status: New => Triaged -- glib2.0 crashes when applications are started with chrt https://bugs.launchpad.net/bugs/453898 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-10-20 Thread pablomme
It happens with the -generic kernel too, but if you haven't modified /etc/security/limits.conf your regular user account won't be allowed to chrt anything. Try "sudo chrt 50 totem" to reproduce the problem without changing those settings. Side note: chrt-ing applications is a common thing to do fo

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-10-20 Thread Loïc Minier
Oh right, -rt kernel; ok, I think that's a valid issue but as seb128 said, it's not critical since it's our first report; upstream is certainly interested in fixing it I guess. -- glib2.0 crashes when applications are started with chrt https://bugs.launchpad.net/bugs/453898 You received this bug

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-10-20 Thread Loïc Minier
I tried "chrt -f 50 totem" and can't reproduce on karmic; perhaps I need a special kernel or something? -- glib2.0 crashes when applications are started with chrt https://bugs.launchpad.net/bugs/453898 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-10-20 Thread Loïc Minier
Thanks a lot ** Also affects: glib via https://bugzilla.gnome.org/show_bug.cgi?id=599079 Importance: Unknown Status: Unknown -- glib2.0 crashes when applications are started with chrt https://bugs.launchpad.net/bugs/453898 You received this bug notification because you are a member

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-10-20 Thread pablomme
Reported upstream as https://bugzilla.gnome.org/show_bug.cgi?id=599079 ** Bug watch added: GNOME Bug Tracker #599079 https://bugzilla.gnome.org/show_bug.cgi?id=599079 -- glib2.0 crashes when applications are started with chrt https://bugs.launchpad.net/bugs/453898 You received this bug notifi

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-10-20 Thread Sebastien Bacher
updating to low importance too since it's not a common usecase there -- glib2.0 crashes when applications are started with chrt https://bugs.launchpad.net/bugs/453898 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-10-20 Thread Sebastien Bacher
changing to new until it's sent to GNOME ** Changed in: glib2.0 (Ubuntu) Importance: Medium => Low -- glib2.0 crashes when applications are started with chrt https://bugs.launchpad.net/bugs/453898 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-10-20 Thread Sebastien Bacher
Not sure about the issue, it seems rather a corner case and the current team can't work on every bug filed there, yours seem a special case and not something that will be worked in ubuntu any time soon, better to open it upstream too yes ** Changed in: glib2.0 (Ubuntu) Status: Incomplete =>

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-10-20 Thread pablomme
Does my reasoning sound sensible to you? Should this be forwarded upstream then? -- glib2.0 crashes when applications are started with chrt https://bugs.launchpad.net/bugs/453898 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-10-19 Thread pablomme
The problem is that glib is failing to start a thread with the scheduling priority of the parent thread. In particular, eglibc is reporting that the requested priority is out of range. So something somewhere is deciding that I am not allowed to set the real-time priority of a thread, which is obvio

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-10-19 Thread Sebastien Bacher
why do you think it's a glib bug? should be sent to upstream in any case to be discussed if that's one -- glib2.0 crashes when applications are started with chrt https://bugs.launchpad.net/bugs/453898 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-10-18 Thread pablomme
Backtrace for totem, run as "chrt gdb totem" (since "gdb chrt totem" wouldn't work...): --- (gdb) r Starting program: /usr/bin/totem [Thread debugging using libthread_db enabled] [New Thread 0x2aaab99d0910 (LWP 4626)] GThread-ERROR **: file /build/buildd/glib2.0-2.22.2/gthread/gthread-posix.c:

[Bug 453898] Re: glib2.0 crashes when applications are started with chrt

2009-10-18 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please try to obtain a backtrace following the instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload the backtrace (as an attachment) to the bug report. This will greatly help us in tracking down y