that may not be correct. The error message clearly shows "Segmentation Fault" and not "Illegal Instruction". A Segmentation Fault is a programming bug and can (ass far as I know) not be caused by running sse3-code on a CPU that is missing the proper opcode. (Ask yourself: If the CPU cannot execute an opcode, how could it ever cause a segmentation fault?)
The cpu listed below has the 'pni' extension which is a predecessor of sse3, and may very well be perfectly able to execute moblin images. Unfortunately that field is a bit fuzzy since all it takes is a gcc patch to use non-pni compatible opcodes to break this going forward. There was a previous discussion on the list where someone pointed this out correctly. so, looks like a bug in the application - please file a bugzilla report. Auke Wang, Jing J wrote: > Sounds like you are using old Pentium 4 CPU based PC desktop to try Moblin > 2.1. From CPU info, I don¡¯t see ssse3 instruction support. Thus, I think it > is not in Moblin 2.1 supported Platform List. > > ________________________________ > From: Le Quang Minh [mailto:min...@asianux.org.vn] > Sent: 2009Äê12ÔÂ1ÈÕ 12:01 > To: Wang, Jing J > Cc: dev@moblin.org > Subject: Re: [Moblin Dev] moblin-panel-people > > I use Moblin 2.1 release. > Here is my cpuinfo > > processor : 0 > vendor_id : GenuineIntel > cpu family : 15 > model : 4 > model name : Intel(R) Pentium(R) 4 CPU 3.00GHz > stepping : 1 > cpu MHz : 2999.690 > cache size : 1024 KB > physical id : 0 > siblings : 2 > core id : 0 > cpu cores : 1 > apicid : 0 > initial apicid : 0 > fdiv_bug : no > hlt_bug : no > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 5 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov > pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc > pebs bts pni dtes64 monitor ds_cpl cid cx16 xtpr > bogomips : 5999.38 > clflush size : 64 > power management: > > processor : 1 > vendor_id : GenuineIntel > cpu family : 15 > model : 4 > model name : Intel(R) Pentium(R) 4 CPU 3.00GHz > stepping : 1 > cpu MHz : 2999.690 > cache size : 1024 KB > physical id : 0 > siblings : 2 > core id : 0 > cpu cores : 1 > apicid : 1 > initial apicid : 1 > fdiv_bug : no > hlt_bug : no > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 5 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov > pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc > pebs bts pni dtes64 monitor ds_cpl cid cx16 xtpr > bogomips : 5998.68 > clflush size : 64 > power management: > > 2009/12/1 Wang, Jing J <jing.j.w...@intel.com<mailto:jing.j.w...@intel.com>> > Are you using Moblin 2.1 release? Platform info? > > -----Original Message----- > From: dev-boun...@moblin.org<mailto:dev-boun...@moblin.org> > [mailto:dev-boun...@moblin.org<mailto:dev-boun...@moblin.org>] On Behalf Of > Le Quang Minh > Sent: 2009Äê12ÔÂ1ÈÕ 9:50 > To: dev@moblin.org<mailto:dev@moblin.org> > Subject: [Moblin Dev] moblin-panel-people > > Hi all > > When I view message from my friend on moblin-panel-people. I has bug > > Application failure message 1: > Program: /usr/libexec/moblin-panel-people > Type: Segmentation fault. > [New process 804] > #0 0x036dff51 in anerley_item_activate () from /usr/lib/libanerley.so.0 > #0 0x036dff51 in anerley_item_activate () from /usr/lib/libanerley.so.0 > #1 0x0804c654 in nbtk_table_set_col_spacing () > #2 0x00bdd348 in g_cclosure_marshal_VOID__OBJECT () from > /lib/libgobject-2.0.so.0 > #3 0x00bd370d in g_closure_invoke () from /lib/libgobject-2.0.so.0 > #4 0x00be05c8 in ?? () from /lib/libgobject-2.0.so.0 > #5 0x00be105e in g_signal_emit_valist () from /lib/libgobject-2.0.so.0 > #6 0x00be1351 in g_signal_emit_by_name () from /lib/libgobject-2.0.so.0 > #7 0x036e1a23 in ?? () from /usr/lib/libanerley.so.0 > #8 0x07cdf07a in clutter_marshal_BOOLEAN__BOXED () from > /usr/lib/libclutter-glx-1.0.so.0 > #9 0x00bd370d in g_closure_invoke () from /lib/libgobject-2.0.so.0 > #10 0x00be05c8 in ?? () from /lib/libgobject-2.0.so.0 > #11 0x00be10ac in g_signal_emit_valist () from /lib/libgobject-2.0.so.0 > #12 0x00be13c3 in g_signal_emit () from /lib/libgobject-2.0.so.0 > #13 0x07cc1350 in clutter_actor_event () from > /usr/lib/libclutter-glx-1.0.so.0 > #14 0x07cdc67f in ?? () from /usr/lib/libclutter-glx-1.0.so.0 > #15 0x07cde6dc in ?? () from /usr/lib/libclutter-glx-1.0.so.0 > #16 0x07ced775 in ?? () from /usr/lib/libclutter-glx-1.0.so.0 > #17 0x07cdf451 in ?? () from /usr/lib/libclutter-glx-1.0.so.0 > #18 0x00aac68f in g_main_context_dispatch () from /lib/libglib-2.0.so.0 > #19 0x00aae63c in ?? () from /lib/libglib-2.0.so.0 > #20 0x00aaf4c8 in g_main_loop_run () from /lib/libglib-2.0.so.0 > #21 0x07cddd4a in clutter_main () from /usr/lib/libclutter-glx-1.0.so.0 > #22 0x0804caf1 in nbtk_table_set_col_spacing () > #23 0x008e56d5 in __libc_start_main () from /lib/libc.so.6 > #24 0x0804aaa1 in nbtk_table_set_col_spacing () > > moblin-panel-people has Segmentation fault and the button > moblin-panel-people on panel has invisible. > _______________________________________________ > Moblin dev Mailing List > dev@moblin.org<mailto:dev@moblin.org> > > To manage or unsubscribe from this mailing list visit: > http://lists.moblin.org/listinfo/dev or your user account on > http://moblin.org once logged in. > > For more information on the Moblin Developer Mailing lists visit: > http://moblin.org/community/mailing-lists > > _______________________________________________ > Moblin dev Mailing List > dev@moblin.org > > To manage or unsubscribe from this mailing list visit: > http://lists.moblin.org/listinfo/dev or your user account on > http://moblin.org once logged in. > > For more information on the Moblin Developer Mailing lists visit: > http://moblin.org/community/mailing-lists _______________________________________________ Moblin dev Mailing List dev@moblin.org To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists