Hello All. I am trying to write an XS code, but getting weird results. After a lot of experiencing and debugging, I found out that a function does not get the currect parameters. I suspect that by doing something wrong, I managed to corrupt Perl's stack. So my question is: how do I examine Perl's stack?
The program is very simple. Something like this: use mymodule; my $obj = mymodule::create(); # XS mymodule::do_something($obj, 1, 2, 3); # XS The program crashes on the "do_something". Ideas? Shmuel. _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
