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

Reply via email to