"possible internal error"

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

"possible internal error"

Johan Brichau-2
Hi Gemstoners,

I'm getting quite regular crashes of a vm with the following error in the logs:

_____________________________________________________________________________
| Possible Internal Error: HostCoreDump invoked at 09/26/12 10:17:51.903 CEST
in process 31303


Is there a way to get more info on the cause?

best
Johan
Reply | Threaded
Open this post in threaded view
|

Re: "possible internal error"

Dale Henrichs
You should have gotten a c-stack trace dumped to the log right after the header ... could you send us the full log? Then we'll give you further instructions ...

Dale

----- Original Message -----
| From: "Johan Brichau" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Wednesday, September 26, 2012 1:27:15 AM
| Subject: [GS/SS Beta] "possible internal error"
|
| Hi Gemstoners,
|
| I'm getting quite regular crashes of a vm with the following error in
| the logs:
|
| _____________________________________________________________________________
| | Possible Internal Error: HostCoreDump invoked at 09/26/12
| | 10:17:51.903 CEST
| in process 31303
|
|
| Is there a way to get more info on the cause?
|
| best
| Johan
Reply | Threaded
Open this post in threaded view
|

Re: "possible internal error"

Johan Brichau-2
Hi Dale,

Unfortunately, nothing is mentioned after that line...
Could it be that some option controls the dumping of the stack or not?

On 27 Sep 2012, at 19:54, Dale Henrichs wrote:

> You should have gotten a c-stack trace dumped to the log right after the header ... could you send us the full log? Then we'll give you further instructions ...

Reply | Threaded
Open this post in threaded view
|

Re: "possible internal error"

NorbertHartl
Johan,

Am 28.09.2012 um 11:59 schrieb Johan Brichau <[hidden email]>:

> Hi Dale,
>
> Unfortunately, nothing is mentioned after that line...
> Could it be that some option controls the dumping of the stack or not?
>
do you have gdb installed? I had this once seeing a line "trying to attach to gdb" or something like this. After I installed gdb it produced a stack trace.

Norbert

> On 27 Sep 2012, at 19:54, Dale Henrichs wrote:
>
>> You should have gotten a c-stack trace dumped to the log right after the header ... could you send us the full log? Then we'll give you further instructions ...
>

Reply | Threaded
Open this post in threaded view
|

Re: "possible internal error"

Johan Brichau-2
Good idea.
Although it does not mention anything about that, it's definitely worth a try.

I will install it and wait for the next crash event ;-)

thx

On 28 Sep 2012, at 12:11, Norbert Hartl wrote:

> Johan,
>
> Am 28.09.2012 um 11:59 schrieb Johan Brichau <[hidden email]>:
>
>> Hi Dale,
>>
>> Unfortunately, nothing is mentioned after that line...
>> Could it be that some option controls the dumping of the stack or not?
>>
> do you have gdb installed? I had this once seeing a line "trying to attach to gdb" or something like this. After I installed gdb it produced a stack trace.
>
> Norbert
>
>> On 27 Sep 2012, at 19:54, Dale Henrichs wrote:
>>
>>> You should have gotten a c-stack trace dumped to the log right after the header ... could you send us the full log? Then we'll give you further instructions ...
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: "possible internal error"

Dale Henrichs
Johan,

Yes gdb needs to be installed to get c stack traces.

The second issue is that if you are hitting these errors on a mac, there might issues with needing to be root to attach to a process to generate the stack...

We also thought that the lines leading up to the 'possible internal error' message might give us some clues as to what might be going wrong...

Dale

----- Original Message -----
| From: "Johan Brichau" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Friday, September 28, 2012 5:35:33 AM
| Subject: Re: [GS/SS Beta] "possible internal error"
|
| Good idea.
| Although it does not mention anything about that, it's definitely
| worth a try.
|
| I will install it and wait for the next crash event ;-)
|
| thx
|
| On 28 Sep 2012, at 12:11, Norbert Hartl wrote:
|
| > Johan,
| >
| > Am 28.09.2012 um 11:59 schrieb Johan Brichau <[hidden email]>:
| >
| >> Hi Dale,
| >>
| >> Unfortunately, nothing is mentioned after that line...
| >> Could it be that some option controls the dumping of the stack or
| >> not?
| >>
| > do you have gdb installed? I had this once seeing a line "trying to
| > attach to gdb" or something like this. After I installed gdb it
| > produced a stack trace.
| >
| > Norbert
| >
| >> On 27 Sep 2012, at 19:54, Dale Henrichs wrote:
| >>
| >>> You should have gotten a c-stack trace dumped to the log right
| >>> after the header ... could you send us the full log? Then we'll
| >>> give you further instructions ...
| >>
| >
|
|