I used Debian's building process, which sets a number of parameters without
my knowledge. Actually, I forced -g -O0 and removed stripping at link-time,
so as to be able to backtrace the segfault.
I have started up embeddeing (NS_InitEmbedding(nsnull,nsnull)) On the other
hand, no, I have NOT spun up an appshell, I'm afraid. Do you have any
pointer on appshell documentation, why, when and how to spin it up ?
Thanks for your help,
YA
Christopher Blizzard wrote:
> Yvan Altmann wrote:
>> I'm trying to embed Mozilla 1.4 (using Linux, gcc 3.3 and Gtk 2.0) and I
>> meet a problem when calling nsWebBrowser::Create(). It turns out that
>> line 2206 of nsWindow segfaults. This line, however, is nothing more than
>>
>> LOG(("nsWindow [%p]\n", (void *)this));
>>
>> Any idea what may cause a LOG function to segfault ?
>>
>> Thanks in advance,
>> YA
> What configure flags did you use to make this build? Also, have you
> started up embedding before creating this window? Have you spun up an
> appshell before creating the window?
>
> --Chris