** Tags added: iso-testing
--
xsplash taking 100% CPU sometimes
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mai
** Changed in: xsplash
Importance: Undecided => Critical
** Changed in: xsplash
Status: New => Fix Released
** Changed in: xsplash
Assignee: (unassigned) => Cody Russell (bratsche)
--
xsplash taking 100% CPU sometimes
https://bugs.launchpad.net/bugs/438458
You received this bug n
** Branch linked: lp:~ubuntu-desktop/xsplash/ubuntu
--
xsplash taking 100% CPU sometimes
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
htt
This should be fixed in 0.8.2.
--
xsplash taking 100% CPU sometimes
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com
** Also affects: xsplash
Importance: Undecided
Status: New
--
xsplash taking 100% CPU sometimes
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lis
Not sure if this is the same bug as what I'm experiencing, but it seems
to be every other boot where I can't get any further than the xplash
screen and have to power down and reboot. This is with 0.8.1-0ubuntu2.
--
xsplash taking 100% CPU sometimes
https://bugs.launchpad.net/bugs/438458
You recei
I can also confim the 0.8.1ubuntu2 version of xsplash correctly displays
the desktop when booting. It worked fine through several reboot cycles.
Thank you for the quick response/fix for this issue.
--
xsplash taking 100% CPU sometimes
https://bugs.launchpad.net/bugs/438458
You received this bug
I just got an update for xsplash and everything seems to be fixed.
Laptop booted up, logged in and went into desktop
--
xsplash taking 100% CPU sometimes
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
Fallouts of this bug:
bug #439268 xsplash: logging is quite broken
bug #439272 xsplash: doesn't test for setuid return code
bug #439278 nautilus: nautilus only sends "loaded" signal to xsplash when
show_desktop is set
bug #439284 xsplash: please allow for an easy way to disable xsplash
--
xsplas
** Summary changed:
- xsplash taking 100% CPU with UNR installations
+ xsplash taking 100% CPU sometimes
--
xsplash taking 100% CPU sometimes
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubu
I've been using linux for 10 years and ubuntu for 4. This is the first
time I've run dev software, submitted bug reports, seen the process up
close. I don't know if you get told very much, but that was awesome. <
24 hours from problem developing on my system. Thanks.
--
xsplash taking 100% CPU wi
This bug was fixed in the package xsplash - 0.8.1-0ubuntu2
---
xsplash (0.8.1-0ubuntu2) karmic; urgency=high
* Include CDBS' simple-patchsys.
* New patch, 60_slist-use-proper-var.patch, use proper var when iterating
linked list; fixes xsplash eating all CPU and not disappearin
Anybody has this bug and is NOT running UNR?
** Changed in: xsplash (Ubuntu Karmic)
Assignee: Cody Russell (bratsche) => Loïc Minier (lool)
** Changed in: xsplash (Ubuntu Karmic)
Status: Confirmed => Fix Committed
--
xsplash taking 100% CPU with UNR installations
https://bugs.launch
** Branch linked: lp:xsplash
--
xsplash taking 100% CPU with UNR installations
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists
Wee, thanks Robbie for the catch
--
xsplash taking 100% CPU with UNR installations
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://l
Thanks Robbie, good catch! The problem indeed comes from g_slist_next
using signal_list where it should use tmp.
Testing the fix with lool to confirm on another machine and releasing a
new tarball.
--
xsplash taking 100% CPU with UNR installations
https://bugs.launchpad.net/bugs/438458
You recei
** Attachment added: "strace of xsplash as launched by gdm's Init script in a
hanging scenario"
http://launchpadlibrarian.net/32742132/gdm-xsplash.strace
--
xsplash taking 100% CPU with UNR installations
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you ar
It also seems that we are unnecessarily waiting for the nautilus signal in UNR,
when we could begin_fade after receiving the netbook-launcher signal. FWIW, I
rewrote line 1028 in xsplash.c to check for NULL or netbook-launcher, and it
seemed to work better:
if (signal_list == NULL || strc
FYI, the file attached above has logging redirected to /tmp and extra
debug messages for tmp->data, so don't simply replace the current
version in trunk with it...unless you want these changes ;).
--
xsplash taking 100% CPU with UNR installations
https://bugs.launchpad.net/bugs/438458
You receive
Fixed it. Rewrote the for() loop at line 818 in xsplash.c to be a
while() loop and used "tmp = tmp->next" to iterate through the list. The
for() loop was using g_slist_next() and I think that is either broken or
being used incorrectly.
** Attachment added: "Corrected xsplash.c file"
http://lau
Added some extra debug messages around the for loop at line 820 in xsplash.c
and it looks like the problem is with how we iterate through the signal list:
[02:46:36:1158476869 - MSG] xsplash started
[02:46:36:1158477102 - MSG] get_background_filename(): looking for appropriate
resolution...
[02:4
I also have to kill xsplash on my Aspire One netbook because it uses
100% cpu after gdm. In the background all other programs already started
(netbook launcher, panel, network manager, mail notifier etc.). It
doesn't make any difference running on battery or AC power.
--
xsplash taking 100% CPU w
Couple of debug items:
1) Redirected the log to /tmp, since I could not get xsplash to output to
/var/log/gdm/ directory
2) Got the following:
===
[02:30:19:2135674615 - MSG] xsplash started
[02:30:19:2135674849 - MSG] get_background_filename(): looking for appropriate
resolution...
I can reproduce on my desktop now. Somehow something is totally b0rked
if you have more than two signals. Try modifying
/etc/gdm/PreSession/Default so that it passes --add-signal=foobar to
xsplash. This seems to trigger the problem.
--
xsplash taking 100% CPU with UNR installations
https://bug
** Changed in: xsplash (Ubuntu Karmic)
Milestone: None => ubuntu-9.10-beta
** Changed in: xsplash (Ubuntu Karmic)
Importance: High => Critical
--
xsplash taking 100% CPU with UNR installations
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you are a memb
I get this as well. I login to a virt term and sudo pkill Xorg. This
prompts me for a login again, but at least it then goes to the desktop.
Also note that this seems to be a duplicate of #439059
--
xsplash taking 100% CPU with UNR installations
https://bugs.launchpad.net/bugs/438458
You receive
sounds like a race condition to me
--
xsplash taking 100% CPU with UNR installations
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https:/
ekul, that is an interesting wrinkle.
I am also on an Aspire One, and I experienced the issue several times
while running on battery, but just had a clean boot on AC power with the
battery *in*.
--
xsplash taking 100% CPU with UNR installations
https://bugs.launchpad.net/bugs/438458
You received
I have the same issue with an acer aspire one though it appears to be
intermittent.
xsplash seems to run fine with the battery removed and running on AC
power. With the battery in and on AC or running on just battery xsplash
uses 100% CPU and prevents the desktop from appearing.
--
xsplash taki
I tried running with the version in trunk to see if /var/log/gdm/xsplash.log
had anything...and the file is not being created at boot. If I run at the
command line (after killing the existing xsplash):
sudo -u gdm xsplash --daemon
The log is created and xsplash runs with no problems.
--
xspl
I have this happening with a Dell Mini 9 as well, but not on my laptop
or desktop running standard Ubuntu Desktop.
** Changed in: xsplash (Ubuntu)
Status: New => Confirmed
** Changed in: xsplash (Ubuntu)
Importance: Undecided => High
** Changed in: xsplash (Ubuntu)
Assignee: (unas
I may try the same when I get the chance, but something seems to have
corrupted my folders, when I click "Files & Folders" only 3 icons now
appear a nameless folder that I get a 'null folder' error, desktop icon
and download folder. That is it. Not sure if this is related but only
happened after th
Exactly same issue here. Asus eeePC 1000HE
I have removed xsplash package for now to be able to boot normally
without having to manually kill xsplash from a vtty to get to my
desktop.
--
xsplash taking 100% CPU
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you
Same on an Advent 4211, Karmic UNR alpha 6
--
xsplash taking 100% CPU
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.c
Same here on a EeePC 901, karmic UNR
--
xsplash taking 100% CPU
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mai
I have this bug on my EeePC 900 with ubuntu 9.10 karmic netbook remix.
gdm xsplash session 98%-100% cpu used.
--
xsplash taking 100% CPU
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bu
This happens for me too; I can continue to the desktop with
Ctrl+Alt+Backspace (after enabling it; this didn't always happen) but
then xsplash continues to use 100% of CPU.
--
xsplash taking 100% CPU
https://bugs.launchpad.net/bugs/438458
You received this bug notification because you are a membe
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/32654349/Dependencies.txt
** Attachment added: "ProcMaps.txt"
http://launchpadlibrarian.net/32654350/ProcMaps.txt
** Attachment added: "ProcStatus.txt"
http://launchpadlibrarian.net/32654351/ProcStatus.txt
--
xsplas
38 matches
Mail list logo