Re: 64-bit c++ application crashing on solaris
- From: Ian Collins <ian-news@xxxxxxxxxxx>
- Date: Mon, 31 Mar 2008 21:02:52 +1300
Sumir wrote:
On Mar 31, 11:22 am, Ian Collins <ian-n...@xxxxxxxxxxx> wrote:
Sumir wrote:
On Mar 29, 10:14 am, Paul Pluzhnikov <ppluzhnikov-...@xxxxxxxxx>What do you see in your debugger? If there's a core file, load that.
wrote:
Sumir <sumirme...@xxxxxxxxx> writes:Hi Paul,
The application seems to be crashing intermittently for no specificOh, there *is* a reson (or a few).
reason.
The very first question you should ask is where exactly is it
crashing? Use debugger to find out.
We think this could probably be due to sufficient memory not availableYou have not presented any reason why you'd think that.
to the 64-bit application.
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
I ran a truss on the application to have a trace. It resulted into
this ...
--
Ian Collins.- Hide quoted text -
- Show quoted text -
*Please* don't quote signatures or that google nonsense.
Your Date constructor looks to be a prime contender, run the application
I did have a couple of core files. Loading them gives the following
stack trace --
under dbx until it crashes and see what it is passing to do_get_date.
I'm guessing you are building with Sun Studio, using the default STL.
If so, try stlport4.
--
Ian Collins.
.
- References:
- 64-bit c++ application crashing on solaris
- From: Sumir
- Re: 64-bit c++ application crashing on solaris
- From: Paul Pluzhnikov
- Re: 64-bit c++ application crashing on solaris
- From: Sumir
- Re: 64-bit c++ application crashing on solaris
- From: Ian Collins
- Re: 64-bit c++ application crashing on solaris
- From: Sumir
- 64-bit c++ application crashing on solaris
- Prev by Date: Re: grep regular expression for this
- Next by Date: Re: 64-bit c++ application crashing on solaris
- Previous by thread: Re: 64-bit c++ application crashing on solaris
- Next by thread: Re: 64-bit c++ application crashing on solaris
- Index(es):
Relevant Pages
|