Hi BDS,

Please find the trace i am getting

#0  0x001a6669 in ?? ()
#1  0x09317b40 in ?? ()
#2 0x00aa7b70 in ?? () from /advent/advent1/srinivasar/firefox/1.5rel/firefox/components/libxpcomsample.so
#3  0xbff2523c in ?? ()
#4  0x00aa681d in nsSampleImpl::WriteValue ()
from /advent/advent1/srinivasar/firefox/1.5rel/firefox/components/libxpcomsample.so
#5  0x00aa681d in nsSampleImpl::WriteValue ()
from /advent/advent1/srinivasar/firefox/1.5rel/firefox/components/libxpcomsample.so
#6  0x00aa64f3 in nsSampleImpl::nsSampleImpl ()
from /advent/advent1/srinivasar/firefox/1.5rel/firefox/components/libxpcomsample.so #7 0x00aa60fe in ?? () from /advent/advent1/srinivasar/firefox/1.5rel/firefox/components/libxpcomsample.so
#8  0x093121b8 in ?? ()
#9  0xbff25274 in ?? ()
#10 0x0014d957 in ?? ()
#11 0x00aa60ce in ?? () from /advent/advent1/srinivasar/firefox/1.5rel/firefox/components/libxpcomsample.so
#12 0xbff252a4 in ?? ()
#13 0x093121b8 in ?? ()
#14 0xbff252a4 in ?? ()
#15 0x001b262c in ?? ()
#16 0xbff252f0 in ?? ()
#17 0x80040154 in ?? ()
#18 0xbff252a0 in ?? ()
#19 0x0014fd2d in ?? ()
#20 0x00000000 in ?? ()

This is where the firefox quitted.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1209030976 (LWP 31819)]
0x001a6669 in ?? ()

Please let me know if more information is needed.

Thanks & Regards,
Raghavan

Benjamin Smedberg wrote:

Srinivasa Raghavan wrote:

HI BDS,

It just says ./run-mozilla.sh: line 131: 13768 Segmentation fault "$prog" ${1+"$@"}

Is there any way to get trace for it ? (I am in Linux Platform)


Use gdb.

By the way i am used GCC 4.0 while building the source, and built the component in the same GCC it worked fine.

But if i change the GCC to 3.2 to make compatible with other system which has GCC3.2, it crashes.

Can you tell, the gcc can also be the cause for this problem i am facing.


Yes. The frozen APIs are all C-style exports and therefore the little difeerences between gcc 3.2/3.4/4 don't matter. But the internal APIs are C++ symbols and are specific to the compiler in question.

--BDS
_______________________________________________
Mozilla-xpcom mailing list
Mozilla-xpcom@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-xpcom


_______________________________________________
Mozilla-xpcom mailing list
Mozilla-xpcom@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to