|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
test core dump on SolarisDear all,
on my Solaris build host I see a lot of core files from test processes. I attached the output from pstack of the 4 newest cores. Anything else needed? Should I open a ticket? Shpuld we just ignore these core dumps? Affected processes are: continousbuild/build/tests/engine continousbuild/build/tests/error continousbuild/build/tests/ipc continousbuild/build/tests/updater Kind regards Christian -- Christian Hilgers |ConSol* Tel. +49.2102.994-423 |Consulting&Solutions Software GmbH Fax +49.2102.994-411 |Berliner Str. 101, 40880 Ratingen email: Christian.Hilgers@... |WWW: http://www.consol.de ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Opensync-devel mailing list Opensync-devel@... https://lists.sourceforge.net/lists/listinfo/opensync-devel |
|
|
Re: test core dump on SolarisJim is looking at these issues. There are some things cause Solaris fail
but Linux okay. - shell Linux is bash by default, solaris is sh - diff - named pipe Thanks, Halton. On Thu, 2008-06-19 at 13:53 +0200, Christian Hilgers wrote: > Dear all, > > on my Solaris build host I see a lot of core files from > test processes. > > I attached the output from pstack of the 4 newest cores. > Anything else needed? > Should I open a ticket? > Shpuld we just ignore these core dumps? > > Affected processes are: > continousbuild/build/tests/engine > continousbuild/build/tests/error > continousbuild/build/tests/ipc > continousbuild/build/tests/updater > > Kind regards > > Christian > -- > Christian Hilgers |ConSol* > Tel. +49.2102.994-423 |Consulting&Solutions Software GmbH > Fax +49.2102.994-411 |Berliner Str. 101, 40880 Ratingen > email: Christian.Hilgers@... |WWW: http://www.consol.de > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Opensync-devel mailing list > Opensync-devel@... > https://lists.sourceforge.net/lists/listinfo/opensync-devel ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Opensync-devel mailing list Opensync-devel@... https://lists.sourceforge.net/lists/listinfo/opensync-devel |
|
|
Re: test core dump on SolarisChristian,
> Dear all, > > on my Solaris build host I see a lot of core files from > test processes. > The main reason for this core is that printf kind function with null string will cause core dump on Solaris, But Linux works well for this situation. you can define LD_PRELOAD as following before running this test to avoid this core: export LD_PRELOAD=/usr/lib/0\@0.so.1 Jim > I attached the output from pstack of the 4 newest cores. > Anything else needed? > Should I open a ticket? > Shpuld we just ignore these core dumps? > > Affected processes are: > continousbuild/build/tests/engine > continousbuild/build/tests/error > continousbuild/build/tests/ipc > continousbuild/build/tests/updater > > Kind regards > > Christian > -- > Christian Hilgers |ConSol* > Tel. +49.2102.994-423 |Consulting&Solutions Software GmbH > Fax +49.2102.994-411 |Berliner Str. 101, 40880 Ratingen > email: Christian.Hilgers@... |WWW: http://www.consol.de > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >Check out the new SourceForge.net Marketplace. >It's the best place to buy or sell services for >just about anything Open Source. >http://sourceforge.net/services/buy/index.php > > >------------------------------------------------------------------------ > >_______________________________________________ >Opensync-devel mailing list >Opensync-devel@... >https://lists.sourceforge.net/lists/listinfo/opensync-devel > > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Opensync-devel mailing list Opensync-devel@... https://lists.sourceforge.net/lists/listinfo/opensync-devel |
| Free Forum Powered by Nabble | Forum Help |