Am trying debugging via strace, ie:
tobyc@adonai:~$ strace /usr/lib/gnome-applets/invest-applet -d

This shows the module loading up, picking up various icons, shared
libraries, etc, then it hangs on a poll.. The last few lines are:

poll([{fd=5, events=POLLIN}, {fd=4, events=POLLIN}, {fd=11, 
events=POLLIN|POLLPRI}, {fd=13, events=POLLIN|POLLPRI}, {fd=14, 
events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=16, 
events=POLLIN}], 7, 25000) = 1 ([{fd=5, revents=POLLIN}])
read(5, "A", 1)                         = 1
read(4, 0x232ad74, 4096)                = -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=5, events=POLLIN}, {fd=4, events=POLLIN}, {fd=11, 
events=POLLIN|POLLPRI}, {fd=13, events=POLLIN|POLLPRI}, {fd=14, 
events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=16, 
events=POLLIN}], 7, -1) = ? ERESTART_RESTARTBLOCK (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
restart_syscall(<... resuming interrupted call ...>) = ? ERESTART_RESTARTBLOCK 
(To be restarted)


.. I don't really know what this indicates though.. Seems to be waiting for 
input on several sockets, which never arrives?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775387

Title:
  Invest-applet fails to start after upgrade to Natty

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to