Re: Problem with cmods
Christian Toepp <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
now, i have the next problem: i want to return a string from a function.
i'm using push_text. it works with strings up to a length of 14
characters (push_text("01234567890123") works fine). with all longer
strings, i get "free(): invalid next size (fast)" after returning from
the function. this is very strange. i use Pike v7.6.112 (to work with
caudium).
best regards
-Chris