From: balaji.balajibabulbk on
Hi group,

am facing a core dump while executing a single threaded application on
Solaris 5.8.
The back trace is as follows:

core 'core' of 4494:

ff1ba320 nvmatch (ff23e880, ff23c008, 0, ffbef5d4, ff22ac24, 0)

ff1d4f6c getsystemTZ (ff1d25ac, 68e44, ff270108, ff3de79c, 0, 5) + 14

ff1d31d4 _ltzset_u (47fc7dbf, ff23c008, 0, 0, 0, 0) + 14

ff1d23f4 localtime_u (ffbee9a4, ff242948, ffbee9a4, a4c41, ff23c008,
1c960) + 14

0001c960 ???????? (ffbeea28, ffbeea28, 1, 71800, 0, 0)

000324d4 ???????? (ffbeeb30, ffbeeb18, 2189, 2189, 21890000, d1b04)

00017340 ???????? (5, ffbef5bc, ffbef5d4, a4c04, 0, 0)

00015908 ???????? (81527000, 0, 0, 10837dfc, 47837dfc, 57001ce3)

Please point me if you have any idea...

Thanks and Regards,
Balaji Babu.

From: Dave on
balaji.balajibabulbk(a)gmail.com wrote:
> Hi group,
>
> am facing a core dump while executing a single threaded application on
> Solaris 5.8.
> The back trace is as follows:
>
> core 'core' of 4494:
>
> ff1ba320 nvmatch (ff23e880, ff23c008, 0, ffbef5d4, ff22ac24, 0)
>
> ff1d4f6c getsystemTZ (ff1d25ac, 68e44, ff270108, ff3de79c, 0, 5) + 14
>
> ff1d31d4 _ltzset_u (47fc7dbf, ff23c008, 0, 0, 0, 0) + 14
>
> ff1d23f4 localtime_u (ffbee9a4, ff242948, ffbee9a4, a4c41, ff23c008,
> 1c960) + 14
>
> 0001c960 ???????? (ffbeea28, ffbeea28, 1, 71800, 0, 0)
>
> 000324d4 ???????? (ffbeeb30, ffbeeb18, 2189, 2189, 21890000, d1b04)
>
> 00017340 ???????? (5, ffbef5bc, ffbef5d4, a4c04, 0, 0)
>
> 00015908 ???????? (81527000, 0, 0, 10837dfc, 47837dfc, 57001ce3)
>
> Please point me if you have any idea...
>
> Thanks and Regards,
> Balaji Babu.
>

You need to learn a bit about how to ask for help. Titles such as
"Require Help" are next to useless. Looking at the post, one cant deduce
the hardware (SPARC, x86), or anything else very useful.

I'm not experience in debugging core dumps, but it is blindinly obvious
to me that you have not provided a useful amount of information.
From: Wolfgang Ley on
Hi,

smells like a problem when parsing the timezone. What is the
output of "echo $TZ" or the TZ= content of /etc/default/init?

Bye,
Wolfgang.

balaji.balajibabulbk(a)gmail.com wrote:
> Hi group,
>
> am facing a core dump while executing a single threaded application on
> Solaris 5.8.
> The back trace is as follows:
>
> core 'core' of 4494:
>
> ff1ba320 nvmatch (ff23e880, ff23c008, 0, ffbef5d4, ff22ac24, 0)
>
> ff1d4f6c getsystemTZ (ff1d25ac, 68e44, ff270108, ff3de79c, 0, 5) + 14
>
> ff1d31d4 _ltzset_u (47fc7dbf, ff23c008, 0, 0, 0, 0) + 14
>
> ff1d23f4 localtime_u (ffbee9a4, ff242948, ffbee9a4, a4c41, ff23c008,
> 1c960) + 14
>
> 0001c960 ???????? (ffbeea28, ffbeea28, 1, 71800, 0, 0)
>
> 000324d4 ???????? (ffbeeb30, ffbeeb18, 2189, 2189, 21890000, d1b04)
>
> 00017340 ???????? (5, ffbef5bc, ffbef5d4, a4c04, 0, 0)
>
> 00015908 ???????? (81527000, 0, 0, 10837dfc, 47837dfc, 57001ce3)
>
> Please point me if you have any idea...
>
> Thanks and Regards,
> Balaji Babu.
>
From: balaji.balajibabulbk on
On Apr 16, 5:27 pm, Wolfgang Ley <newsp...(a)drusus.net> wrote:
> Hi,
>
> smells like a problem when parsing the timezone. What is the
> output of "echo $TZ" or the TZ= content of /etc/default/init?
>
> Bye,
> Wolfgang.
>
> balaji.balajibabu...(a)gmail.com wrote:
> > Hi group,
>
> > am facing a core dump while executing a single threaded application on
> > Solaris 5.8.
> > The back trace is as follows:
>
> > core 'core' of 4494:
>
> > ff1ba320 nvmatch (ff23e880, ff23c008, 0, ffbef5d4, ff22ac24, 0)
>
> > ff1d4f6c getsystemTZ (ff1d25ac, 68e44, ff270108, ff3de79c, 0, 5) + 14
>
> > ff1d31d4 _ltzset_u (47fc7dbf, ff23c008, 0, 0, 0, 0) + 14
>
> > ff1d23f4 localtime_u (ffbee9a4, ff242948, ffbee9a4, a4c41, ff23c008,
> > 1c960) + 14
>
> > 0001c960 ???????? (ffbeea28, ffbeea28, 1, 71800, 0, 0)
>
> > 000324d4 ???????? (ffbeeb30, ffbeeb18, 2189, 2189, 21890000, d1b04)
>
> > 00017340 ???????? (5, ffbef5bc, ffbef5d4, a4c04, 0, 0)
>
> > 00015908 ???????? (81527000, 0, 0, 10837dfc, 47837dfc, 57001ce3)
>
> > Please point me if you have any idea...
>
> > Thanks and Regards,
> > Balaji Babu.
Hi,
First of all please accept my sincere Thanks Mr.Wolfgang..

The output of echo $TZ is TZ=MET

Bye,
Balaji