From: Paul Brannan Date: 2002-02-04T23:39:26+09:00 Subject: Re: Extending Ruby in C++ On Sat, Feb 02, 2002 at 08:35:15AM +0900, Nathan Weston wrote: > When I use this extension I get a segmentation fault on the call to the > KApplication constructor. If I take the same code and place it in the main > function of a C++ program, it works fine. Just to be certain, how do you know that the code is crashing on the call to the KApplication constructor? Could it be crashing before the call? Paul