T
tkirankumar
Hi all,
This is regarding the issue I am facing while porting the my
application from SuSe Linux to
Sun Solaris.
The Existing system details:
Itanium boxes 1mhz 4 processor 8 gb machines with SuSe Linux
$ uname -a
Linux longrtedged01 2.4.21-215-itanium2-smp #1 SMP Mon Apr 26 16:28:29
UTC 2004 ia64
The New system Details:
Fujitsu 850 machines 2mhz 16 Sparc processor 32 GB machines running
solaris 10
$ uname -a
SunOS cbmrsd1a1 5.10 Generic_118833-17 sun4us sparc FJSV,GPUZC-M
reinterpret_cast is dumping the core in solaris
*reinterpret_cast< ValueType* >( mNextWriteAddress ) = aValue;
Here aValue is a Template ValueType which can be either int or long or
double. i.e
ValueType aValue;
Same thing is perfectly working in Linux.
I use g++ compiler
g++ -v
Reading specs from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.3.2
Help me sort out the issue
This is regarding the issue I am facing while porting the my
application from SuSe Linux to
Sun Solaris.
The Existing system details:
Itanium boxes 1mhz 4 processor 8 gb machines with SuSe Linux
$ uname -a
Linux longrtedged01 2.4.21-215-itanium2-smp #1 SMP Mon Apr 26 16:28:29
UTC 2004 ia64
The New system Details:
Fujitsu 850 machines 2mhz 16 Sparc processor 32 GB machines running
solaris 10
$ uname -a
SunOS cbmrsd1a1 5.10 Generic_118833-17 sun4us sparc FJSV,GPUZC-M
reinterpret_cast is dumping the core in solaris
*reinterpret_cast< ValueType* >( mNextWriteAddress ) = aValue;
Here aValue is a Template ValueType which can be either int or long or
double. i.e
ValueType aValue;
Same thing is perfectly working in Linux.
I use g++ compiler
g++ -v
Reading specs from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.3.2
Help me sort out the issue