On 21/06/02 09:14 -0600, bbcannon wrote:
> Hi All,
> 
> Has anyone else experienced this sort of behavior?:
> 
> I have a working/functional perl script which uses Inline C.  When I delete
> one print statement that is
> located in a perl subroutine I get a bus error.  If I "undo" the delete
> there is no bus error and all the code works.
> The print statement is just text, no variables.

Does the C function call back to Perl? If so, read up on the perlcall
manpage. Using the Inline Stack macros is not quite appropriate for this
purpose as the cookbook might suggest. This needs to be fixed.

Or maybe that's not your problem at all :)

Cheers, Brian

Reply via email to