|
Bugzilla – Full Text Bug Listing |
| Summary: | Tomboy crashes on startup | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.4 | Reporter: | David Walker <David> |
| Component: | Mono | Assignee: | E-mail List <bnc-team-mono> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | fcrozat, forgotten_o4thnEN6Yd, vuntz |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
David Walker
2011-03-13 05:20:17 UTC
Looks like a mono issue. It might be that your upgrade from 11.3 is not 100% complete. Thanks. Here's what I've got installed for mono, as well as tomboy. It looks like everything comes from the right repository. FYI, I think you're right that it's a mono issue; Banshee doesn't work, either. I've reinstalled mono-core and tomboy to no avail. David ___________________________________________________________________________ dhwalker@home:~> sudo zypper search -i -s mono Loading repository data... Reading installed packages... S | Name | Type | Version | Arch | Repository --+------------------------------+---------+---------------+--------+--------------------- i | evolution-mono-plugins | package | 2.32.1-9.12.1 | i586 | openSUSE-11.4-11.4-0 i | libmono-2_0-1 | package | 2.8.2-0.2.3 | i586 | openSUSE-11.4-11.4-0 i | mono-addins | package | 0.5-4.7.1 | noarch | openSUSE-11.4-11.4-0 i | mono-core | package | 2.8.2-0.2.3 | i586 | openSUSE-11.4-11.4-0 i | mono-data | package | 2.8.2-0.2.3 | i586 | openSUSE-11.4-11.4-0 i | mono-data-oracle | package | 2.8.2-0.2.3 | i586 | openSUSE-11.4-11.4-0 i | mono-data-sqlite | package | 2.8.2-0.2.3 | i586 | openSUSE-11.4-11.4-0 i | mono-devel | package | 2.8.2-0.2.3 | i586 | openSUSE-11.4-11.4-0 i | mono-extras | package | 2.8.2-0.2.3 | i586 | openSUSE-11.4-11.4-0 i | mono-mvc | package | 2.8.2-0.2.3 | i586 | openSUSE-11.4-11.4-0 i | mono-nunit | package | 2.8.2-0.2.3 | i586 | openSUSE-11.4-11.4-0 i | mono-wcf | package | 2.8.2-0.2.3 | i586 | openSUSE-11.4-11.4-0 i | mono-web | package | 2.8.2-0.2.3 | i586 | openSUSE-11.4-11.4-0 i | mono-winforms | package | 2.8.2-0.2.3 | i586 | openSUSE-11.4-11.4-0 i | mono-zeroconf | package | 0.9.0-8.2 | noarch | openSUSE-11.4-11.4-0 i | mono-zeroconf-provider-avahi | package | 0.9.0-8.2 | noarch | openSUSE-11.4-11.4-0 S | Name | Type | Version | Arch | Repository --+--------+---------+-----------+------+--------------------- i | tomboy | package | 1.4.2-4.5 | i586 | openSUSE-11.4-11.4-0 I'm seeing the exact same issue on a fresh 11.4 install (from live GNOME cd), when starting any mono application (f-spot, tomboy ..). This is on a Athlon XP 1800 system : (supported cpu flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow up) I'm wondering if mono (or something is the stack) isn't build with SSE2 or something like that.. Running in gdb : Program received signal SIGILL, Illegal instruction. 0xb75c5963 in methods () from /usr/lib/mono/2.0/mscorlib.dll.so this really smells like miscompiled mono for non SSE2 system.. (gdb) x/i $pc => 0xb75c5963 <methods+907619>: movsd -0x18(%ebp),%xmm0 movsd is a SSE2 instruction ! I get the same problem I think on both a freshly installed 11.4 or an upgraded 11.3>>11.4 where tomboy notes and the applet were working fine before move to 11.4. On every startup a message appears saying 'The panel encountered a problem while loading "OAFIID : Tomboy Applet" Do you want to delete the applet from your configuration.' Deleting has no effect anyway. Staring Tomboy independently from menu fails to load. De-installing requires deinstall of gnome-panel-branding-openSUSE... Having done the above and then reinstalled tomboy and then subsequently the gnome-panel-branding-openSUSE.. reproduced the same as before. I guess I may also have a non SSE2 system fwiw as it is a P3 laptop. Glad to see this is getting some attention... I have an Athlon XP 2400+. Here's the information from hwinfo: processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 8 model name : AMD Athlon(tm) XP 2400+ stepping : 1 cpu MHz : 1994.719 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow up bogomips : 3989.43 clflush size : 32 cache_alignment : 32 address sizes : 34 bits physical, 32 bits virtual power management: ts 11.4 is out of support. As such this is not reproducible on current releases. Please open a new issue if you can still reproduce it. Also mono was quite reduced in current releases. |