[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-28 Thread Sebastien Bacher
Thanks for your work on that, could you try to run evolution-data-server
using G_SLICE=always-malloc G_DEBUG=gc-friendly and maybe try to get a
valgrind log as explained on https://wiki.ubuntu.com/Valgrind? You can
run evolution --force-shutdown to stop the running instance and then
start a new one

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-28 Thread Evgeny Kuznetsov
I'm terribly sorry, Sebastian, but after a reboot today in the morning
everything started to work seamlessly again (logoff/logon didn't help, I
tried it several times yesterday). I don't even know how to reproduce
the bug again. Right now it works as a charm, exactly like it did
before.

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-28 Thread Sebastien Bacher
Running evolution-data-server under valgrind spotted an obvious error,
I've sent this upstream to
http://bugzilla.gnome.org/show_bug.cgi?id=530323. Whoever gets the bug,
do you have contacts configured in evolution?

** Also affects: evolution-data-server (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: GNOME Bug Tracker #530323
   http://bugzilla.gnome.org/show_bug.cgi?id=530323

** Also affects: evolution-data-server via
   http://bugzilla.gnome.org/show_bug.cgi?id=530323
   Importance: Unknown
   Status: Unknown

** Changed in: evolution-data-server (Ubuntu)
   Importance: Undecided = High
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Triaged

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-28 Thread Sebastien Bacher
running e-d-s under valgrind showed this error

==6873== Invalid free() / delete / delete[]
==6873==at 0x4C22B2E: free (vg_replace_malloc.c:323)
==6873==by 0x8FB3165: g_slice_free_chain_with_offset (gslice.c:961)
==6873==by 0xEC9AC05: add_source (e-cal-backend-contacts.c:108)
==6873==by 0xEC9AD6A: source_group_added_cb (e-cal-backend-contacts.c:299)
==6873==by 0xEC9AE9E: e_cal_backend_contacts_open 
(e-cal-backend-contacts.c:751)
==6873==by 0x69D415A: e_cal_backend_sync_open (e-cal-backend-sync.c:186)
==6873==by 0x69D425F: _e_cal_backend_open (e-cal-backend-sync.c:706)
==6873==by 0x8292755: ORBit_small_invoke_adaptor (orbit-small.c:844)
==6873==by 0x82A191D: ORBit_POAObject_handle_request (poa.c:1351)
==6873==by 0x82A1ED9: ORBit_POAObject_invoke_incoming_request (poa.c:1421)
==6873==by 0x828BAB4: giop_thread_queue_process (giop.c:771)
==6873==by 0x828C24E: giop_request_handler_thread (giop.c:481)
==6873==by 0x8FBEBF6: g_thread_pool_thread_proxy (gthreadpool.c:265)
==6873==by 0x8FBD053: g_thread_create_proxy (gthread.c:635)
==6873==by 0x9A6D3F6: start_thread (in /lib/libpthread-2.7.so)
==6873==by 0x9D5AB2C: clone (in /lib/libc-2.7.so)
==6873==  Address 0xcf36608 is 0 bytes inside a block of size 24 free'd
==6873==at 0x4C22B2E: free (vg_replace_malloc.c:323)
==6873==by 0x8FB3165: g_slice_free_chain_with_offset (gslice.c:961)
==6873==by 0xEC9ABEB: add_source (e-cal-backend-contacts.c:105)
==6873==by 0xEC9AD6A: source_group_added_cb (e-cal-backend-contacts.c:299)
==6873==by 0xEC9AE9E: e_cal_backend_contacts_open 
(e-cal-backend-contacts.c:751)
==6873==by 0x69D415A: e_cal_backend_sync_open (e-cal-backend-sync.c:186)
==6873==by 0x69D425F: _e_cal_backend_open (e-cal-backend-sync.c:706)
==6873==by 0x8292755: ORBit_small_invoke_adaptor (orbit-small.c:844)
==6873==by 0x82A191D: ORBit_POAObject_handle_request (poa.c:1351)
==6873==by 0x82A1ED9: ORBit_POAObject_invoke_incoming_request (poa.c:1421)
==6873==by 0x828BAB4: giop_thread_queue_process (giop.c:771)
==6873==by 0x828C24E: giop_request_handler_thread (giop.c:481)
==6873==by 0x8FBEBF6: g_thread_pool_thread_proxy (gthreadpool.c:265)
==6873==by 0x8FBD053: g_thread_create_proxy (gthread.c:635)
==6873==by 0x9A6D3F6: start_thread (in /lib/libpthread-2.7.so)
==6873==by 0x9D5AB2C: clone (in /lib/libc-2.7.so)

the corresponding code has an obvious double free on the fields variable

** Attachment added: the change should fix the crasher
   
http://launchpadlibrarian.net/13986753/80_fix_double_free_in_contacts_backend.patch

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-28 Thread Sebastien Bacher
The debdiff for the hardy sru upload

** Attachment added: hardy sru upload
   http://launchpadlibrarian.net/13986760/eds.debdiff

** Changed in: evolution-data-server (Ubuntu Hardy)
   Importance: Undecided = High
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Triaged

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-28 Thread Ryan Steele
I do not have contacts configured in Evolution, other than the default
Personal folder, which is empty.

Like Evgeny, I am unable to reproduce the bug this morning. (Perhaps it
is dependant on the time of day?)

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-28 Thread evilblujedi
I also can't reproduce the bug this morning.

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-28 Thread Flávio Martins
** Bug watch added: GNOME Bug Tracker #527441
   http://bugzilla.gnome.org/show_bug.cgi?id=527441

** Also affects: gnome-panel via
   http://bugzilla.gnome.org/show_bug.cgi?id=527441
   Importance: Unknown
   Status: Unknown

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-28 Thread Flávio Martins
Added a relation to this bug.
A bug that was fixed on gnome-panel 2.22.1.3 which is not yet in Ubuntu seems 
to fix some crashes for amd64 users.

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-27 Thread Sebastien Bacher
when the gnome-panel hangs you can run sudo gdb --pid $(pidof gnome-
panel) to attach gdb to it and then thread apply all bt full to get
the stracktrace

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-27 Thread Ricardo Solano
Hi all,
I get exactly the same error on a clean install of Hardy. Selecting the clock 
applet right after startup causes gnome-panel to become unresponsive. It also 
seems to crash the network manager applet.

Attached is the stacktrace generated as per your instructions. Hope it
helps.

If you need any more details please let me know.

** Attachment added: stacktrace
   http://launchpadlibrarian.net/13959299/stacktrace

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-27 Thread Flávio Martins
Managed to get a good backtrace.


** Attachment added: Good backtrace
   http://launchpadlibrarian.net/13961770/gdb-gnome-panel.log

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-27 Thread Sebastien Bacher
the stacktrace seems to indicate that evolution-data-server crashed,
could you attach gdb to it before opening the clock applet and not if
there is a crash there?

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-27 Thread Flávio Martins
Here goes another stacktrace.
This time from evolution-data-server, it does indeed crash.
Hope it helps Sebastian.


** Attachment added: gdb-evolution-data-server.log
   http://launchpadlibrarian.net/13967941/gdb-evolution-data-server.log

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-27 Thread Evgeny Kuznetsov
I confirm, Hardy is affected.

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-27 Thread Sebastien Bacher
what architecture are you using?

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-27 Thread Evgeny Kuznetsov
amd64

But now I seem to have located the cause of the trouble, which is
Birthdays  Anniversaries calendar in Evolution. This calendar somehow
stopped working after enabling Compiz Fusion (yes, I know they are
hardly connected, but it worked in the morning, and all I did on my
computer since that was enable Compiz), and the Clock applet was trying
to show the data from that calendar and hanged half the system every
time I clicked it.

After unchecking the problematic calendar in Evolution (which was real
pain to do, since Evo tends to hang each time I ever click somewhere
near that calendar) Clock applet works seamlessly again.

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-27 Thread Ryan Steele
I'm running Hardy on x86 and I'm experiencing the same issue. I can
provide a stacktrace as well if that will help.

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-27 Thread Flávio Martins
I'm using x86, this might not be arch specific.
I am also not using evolution at all. No calendars, accounts, nothing!
A clean install will trigger this bug.

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-27 Thread Ryan Steele
Sorry, I also forgot to mention that I have added a Google Calendar in
Evolution. When I go into Evolution and remove the check mark next to it
(so that it is not displayed) the problem does not occur.

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-27 Thread evilblujedi
I'm running AMD64 and have upgraded from Gutsy. I do not, nor have I
ever, used Evolution, but I still have the problem.

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-26 Thread Flávio Martins
** Summary changed:

- hardy beta amd 64 selecting gnome panel intlclock causes top bar and many 
other things to not respond
+ hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond

** Description changed:

  Binary package hint: gnome-panel
  
  From an upgrade to the beta version of Hardy Heron, after upgrade is
  complete, and system has restarted.
  
  Anytime I click on the new clock in gnome, a box appears around it as if
  its selected, but it does not display, and  almost every function of the
  top bar freezes up.  I cannot click on Applications Places, System,
  panel icons,  but I can click on network manager and tracker.
  
  Also shutdown icon fails as well, yet most times, ctrl+alt+del works in
  bringing up the shutdown options.
  
  additionally, the lower bar will also stop refreshing itself,   it seems
  that opening and closing items will not make any change to the status of
  the lower bar, after intlclock has been selected.
  
  I'm not sure what other info to provide, except that I have compiz
  running, and the nvidia graphics drivers, and this is the amd64 build.
+ 
+ edit: Edited the title to remove reference to amd64.

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-26 Thread Sebastien Bacher
changing the settings will not make the bug being worked faster if you
don't provide the required informations though

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-26 Thread Stefan Krämer
I have the same problem. I haven't had when I booted the first time
after installation. There's is probably an interference with a package I
added later

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-26 Thread Flávio Martins
@ Sebastian
I was planning on attaching the information needed, hence Sorry, I don't have 
any traces for you yet.

I used strace on the first gnome-panel instance after a boot. A gnome-panel 
respawn will not crash apparently.
The log is attached.

If a backtrace would be more useful, please someone tell me what process
should I attach in gdb, gnome-panel doesn't seem to do it. (after
hanging nothing is printed)


** Attachment added: Stacktrace
   http://launchpadlibrarian.net/13946563/strace-gnome-panel.log

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-26 Thread Tim Potter
I agree.  When I ran the stacktrace, the output stopped immediately once
clicking on the clock.

-- 
hardy final, selecting gnome panel intlclock causes top bar and many other 
things to not respond
https://bugs.launchpad.net/bugs/204775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs