I've sent this before, unless I am missing something this looks like it
would give rise to a coredump at some point, unfortunately it doesn't stop
the coredumps when running 'make testj' :(

--- jit.c~      Sun Feb 24 13:05:14 2002
+++ jit.c       Sun Feb 24 13:07:11 2002
@@ -214,7 +214,7 @@
                         address = (INTVAL *)&s->strlen;
                         break;
                 case 6:
-                        address = (INTVAL *)s->encoding;
+                        address = (INTVAL *)&s->encoding;
                         break;
                 case 7:
                         address = (INTVAL *)&s->type;


BTW. Does anyone know why I get this in gdb :

#0  0x8178324 in ?? () at eval.c:41
41      eval.c: No such file or directory.

I can't find any '#file eval.c' in any of the source files.

/J\
-- 
Jonathan Stowe                      |
<http://www.gellyfish.com>          |      This space for rent
                                    |

Reply via email to