guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Program that uses Guile crashes


From: Janos Blazi
Subject: Program that uses Guile crashes
Date: Fri, 29 Nov 2002 21:36:51 +0100

I have written a C++ program that crahses after some time. My data look like
 
struct gppoint {
  point *p;
  SCM update_func;
};
 
point is a C++ class and for the C++ part I use new and delete while Guile uses its own allocation function.
I also use new and delete in another part of my program for wxWindows data.
 
Can new and Guile's own allocation scheme coexist?
 
TIA,
Janos Blazi

reply via email to

[Prev in Thread] Current Thread [Next in Thread]