Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-11-09 11:27:55


Toon,

your original stacktrace shows

#2 0x08051374 in string_free (s=0xbfffcca0) at strings.c:30

But the currently-checked-in version of strings.c (1.3) doesn't have
string_free at line 30. It hasn't been that way since version 1.2. Are you
sure you've rebuilt jam with the latest sources?

-Dave

----- Original Message -----
From: "Toon Knapen" <toon.knapen_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Friday, November 09, 2001 10:55 AM
Subject: Re: [boost] Re: Jam and gcc 3.0.2

> David Abrahams wrote:
>
> > Yes, use "-g" and please try both ways. I'd like the stack trace from
the
> > debug version as well.
>
> in attach you can find the stacktrace of the release version (omitted
> the '-g') although I don't understand what information this provides you
> that the debug-version-stacktrace does not ?
>
>
> >
> > Can you send me a copy of
> > /home/tk/roaming/dev/femtown/modules/Jamfile_src_template?
>
> here it is :
> ----
> include $(PROJECT_ROOT)/modules/$(MODULE)/src/sources.jam ;
>
> lib lib$(MODULE)$(SUFLIB) : $(CPPSOURCES).cpp
> :
> <include>$(PROJECT_ROOT)/modules
> <include>$(FEMTOWN_INC_PATHS)
> ;
> ----
> it's a template Jamfile used in every module reading a file
> sources.jam which defines all source files (in var CPPSOURCES)
> which are then used to build the library of the module.
>
>
> > I guess I'll want to try to reproduce your problem myself, also. I'd
better
> > fire up my linux box and build gcc-3.0.2 ;-)
> although much slower as 2.95.3, it's very picky (correctly) about your
code
>
> and thus improves code-quality a lot (IMO)
>
>
> Info: http://www.boost.org Unsubscribe:
<mailto:boost-unsubscribe_at_[hidden]>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk