#179: segfault generating runtime/parrot/include/config.fpmc Revision 35610 on
linux
----------------------+-----------------------------------------------------
 Reporter:  theckman  |       Owner:  rurban  
     Type:  bug       |      Status:  assigned
 Priority:  normal    |   Milestone:          
Component:  none      |     Version:          
 Severity:  medium    |    Keywords:          
     Lang:            |       Patch:          
 Platform:  linux     |  
----------------------+-----------------------------------------------------

Comment(by theckman):

 My platform is also 64-bit ubuntu, but version 8.04 LTS

 The segfault happens before parrot is built, but here is `ldd miniparrot`:

 {{{
 theck...@pegasus:~/code/parrot$ ldd miniparrot
         linux-vdso.so.1 =>  (0x00007ffff0bfe000)
         libparrot.so.0.8.2 =>
 /home/theckman/code/parrot/blib/lib/libparrot.so.0.8.2
 (0x00007f88e801a000)
         libdl.so.2 => /lib/libdl.so.2 (0x00007f88e7e16000)
         libm.so.6 => /lib/libm.so.6 (0x00007f88e7b95000)
         libpthread.so.0 => /lib/libpthread.so.0 (0x00007f88e7979000)
         libcrypt.so.1 => /lib/libcrypt.so.1 (0x00007f88e7741000)
         libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8
 (0x00007f88e73c1000)
         libc.so.6 => /lib/libc.so.6 (0x00007f88e705f000)
         /lib64/ld-linux-x86-64.so.2 (0x00007f88e894a000)
         libz.so.1 => /usr/lib/libz.so.1 (0x00007f88e6e48000)
 theck...@pegasus:~/code/parrot$ ldd parrot
 ldd: ./parrot: No such file or directory
 theck...@pegasus:~/code/parrot$
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/179#comment:7>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to