RE: Segmentation Fault when trying to make Glib 1.06



Hi Ross,
        Thanks again.

I have listed below the output from "make test" per your request.
Looks like I am a total failure :-)

I'll try the debugging steps you suggested but its getting a little over my
head.
If I figure anything out I will email the list so as to help anyone else
out.
My gut feeling is it is something simple but I am so new to this I can't see
it.

John Ellis
==================================

make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1....dubious
        Test returned status 0 (wstat 11, 0xb)
Scalar found where operator expected at (eval 151) line 1, near "'int'
$__val"
        (Missing operator before   $__val?)
DIED. FAILED tests 1-16
        Failed 16/16 tests, 0.00% okay
t/2....dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1-9
        Failed 9/9 tests, 0.00% okay
t/3....dubious
        Test returned status 0 (wstat 11, 0xb)
t/4....dubious
        Test returned status 0 (wstat 11, 0xb)
t/5....dubious
        Test returned status 0 (wstat 11, 0xb)
t/6....dubious
        Test returned status 0 (wstat 11, 0xb)
t/7....dubious
        Test returned status 0 (wstat 11, 0xb)
t/8....dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1-33
        Failed 33/33 tests, 0.00% okay
t/9....dubious
        Test returned status 0 (wstat 11, 0xb)
t/a....dubious
        Test returned status 0 (wstat 11, 0xb)
t/b....dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1-8
        Failed 8/8 tests, 0.00% okay
t/c....dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1-13
        Failed 13/13 tests, 0.00% okay
t/d....dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1-36
        Failed 36/36 tests, 0.00% okay
t/e....dubious
        Test returned status 0 (wstat 11, 0xb)
t/f....dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1-42
        Failed 42/42 tests, 0.00% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
----------------------------------------------------------------------------
---
t/1.t          0    11    16   16 100.00%  1-16
t/2.t          0    11     9    9 100.00%  1-9
t/3.t          0    11    ??   ??       %  ??
t/4.t          0    11    ??   ??       %  ??
t/5.t          0    11    ??   ??       %  ??
t/6.t          0    11    ??   ??       %  ??
t/7.t          0    11    ??   ??       %  ??
t/8.t          0    11    33   33 100.00%  1-33
t/9.t          0    11    ??   ??       %  ??
t/a.t          0    11    ??   ??       %  ??
t/b.t          0    11     8    8 100.00%  1-8
t/c.t          0    11    13   13 100.00%  1-13
t/d.t          0    11    36   36 100.00%  1-36
t/e.t          0    11    ??   ??       %  ??
t/f.t          0    11    42   42 100.00%  1-42
Failed 15/15 test scripts, 0.00% okay. 157/157 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 255

-----Original Message-----
From: Ross McFarland [mailto:rwmcfa1 neces com]
Sent: Wednesday, September 29, 2004 5:04 PM
To: johne interlakestamping com
Cc: 'Gtk-Perl-List'
Subject: RE: Segmentation Fault when trying to make Glib 1.06

I forgot to run "make test".
I'll run it tonite and let you know result but if I remember correctly it
fails.

you ever run make test?

it unfortunately doesn't seem to be anything obvious. and i don't have a
system that's having the same problem(s.) the next steps (if you're
still having issues) would be to figure out what code is causing the
core dump.

get core files on seg faults if you're not already
$ set ulimit unlimited

then try to build
$ make

you should then get a core file when it seg-faults. you can then load
this core file with gdb and hopefully get some idea of where things are
going wrong.

$ gdb perl <corefile>
...
(gdb) bt

the output from the invocation of gdb on would be of interest. the 'bt'
will do a back track from the point of the core dump all the way back up
the stack. (it can be surprisingly deep.)

if you want to hop on to irc.gnome.org, #gtk-perl muppet, kaffee, and/or
myself may be able to help.

--
-rm
http://www.neces.com/






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]