search for: libcrun

Displaying 11 results from an estimated 11 matches for "libcrun".

2008 Jun 09
6
FW: Memory Leak Problem in My Application running on Solaris 10.
Hi, This is regarding Dtrace usability for memory leak detection. We have real-time application written C++ which runs on Solaris 10 having a problem that''s the my application grows in size from 130 Mb to 450Mb in around 15 days. So there is two possibilities with the application growth of memory due to Size growth of Dictionary Objects (Like Maps) and Memory Leak.
2010 May 10
1
Build R static
...local/lib/libgcc_s.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libmd5.so.1 => /usr/lib/libmd5.so.1 libscf.so.1 => /usr/lib/libscf.so.1 libicudata.so.3 => /usr/lib/libicudata.so.3 libpthread.so.1 => /usr/lib/libpthread.so.1 libCrun.so.1 => /usr/lib/libCrun.so.1 libdoor.so.1 => /usr/lib/libdoor.so.1 libuutil.so.1 => /usr/lib/libuutil.so.1 /platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 /platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 Thanks for your help, Alex //************...
2008 Jan 29
12
listing USDT probes, if any
How do I query an application to see if it supports any USDT probe points?
2004 Dec 09
0
Solaris installation problem resolved
...stalled R on a Solaris box using the Sun compilers, you can check if you made my mistake by doing f% /users/local/bin/R CMD config SHLIB_CXXLDFLAGS -G Patching $INSTALL/lib/R/etc/Makeconf so that f% /users/local/bin/R CMD config SHLIB_CXXLDFLAGS -G /opt/SUNWspro/lib/CC4/libC.so /opt/SUNWspro/lib/libCrun.so made the problem go away for me. For other releases of the Sun C++ compiler these files will probably be different. I found the names libC.so and libCrun.so in the NOTES section of the CC manual page, and used find /opt/SUNWspro ... to locate them. There is almost certainly a better way to d...
2006 Nov 01
0
spatstat symbol referencing error
...t.so': ld.so.1: R: fatal: relocation error: file /software/R-2.3.1/lib/R/library/spatstat/libs/spatstat.so: symbol __1cG__CrunKpure_error6F_v_: referenced symbol not found Error in library(spatstat) : .First.lib failed for 'spatstat' I think the symbol is defined in the Sunstudio lib libCrun.so (/software/sunstudio11/SUNWspro/lib/libCrun.so) but this library does not appear in the list of libraries output by ldd ran against spatstat.so. My LD_LIBRARY_PATH includes /software/sunstudio11/SUNWspro/lib Any ideas, or help, or pointers to package install troubleshooting resources much appre...
2005 Jul 27
1
unable to source a .R file using RJava
...0 /usr/lib/libthread.so.1 0xff3a0000 /usr/lib/libdl.so.1 0xff200000 /usr/lib/libc.so.1 0xff330000 /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1 0xfe000000 /imports/filer04/tools/app/j2sdk1.4.1_02-20030305/j2sdk1.4.1_02/jre/lib/sparc/client/libjvm.so 0xff2d0000 /usr/lib/libCrun.so.1 0xff1e0000 /usr/lib/libsocket.so.1 0xff100000 /usr/lib/libnsl.so.1 0xff0d0000 /usr/lib/libm.so.1 0xff300000 /usr/lib/libw.so.1 0xff0b0000 /usr/lib/libmp.so.2 0xff080000 /imports/filer04/tools/app/j2sdk1.4.1_02-20030305/j2sdk1.4.1_02/jre/lib/sparc/native_threads/li...
2008 Aug 25
11
pid-provider sees ld.so.1 only
I''m trying to do some userspace tracing on a server-process with the pid provider. My problem is, that the only probes the pid-provider lists for the server-process (to which I attach dtrace with "-p nnnn") are coming from "ld.so.1". There''s not a single one from my modules. If I''m specifying "a.out" (or any of our shared-objects) as the
2007 Dec 10
1
Building R on Sun Solaris 10 (SPARC) using Sun Studio 12
...--with-blas > --with-lapack > --with-tcl-config=/usr/local/lib/tclConfig.sh > --with-tk-config=/usr/local/lib/tkConfig.sh > --without-iconv > R_PAPERSIZE=letter > SHLIB_CXXLDFLAGS="-G /opt/SUNWspro/lib/libCrun.so" > CC=/opt/SUNWspro/bin/cc CXX=/opt/SUNWspro/bin/CC > F77=/opt/SUNWspro/bin/f77 F90=/opt/SUNWspro/bin/f95 > FC=/opt/SUNWspro/bin/f95 CFLAGS="-mt -ftrap=%none > -xarch=sparcvis -fPIC -xmemalign=4s" > CXXFLAGS="-mt...
2005 Jul 27
0
core dump when call t.test via the "RJava --example --gui-none" interface
...0 /usr/lib/libthread.so.1 0xff3a0000 /usr/lib/libdl.so.1 0xff200000 /usr/lib/libc.so.1 0xff330000 /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1 0xfe000000 /imports/filer04/tools/app/j2sdk1.4.1_02-20030305/j2sdk1.4.1_02/jre/lib/sparc/client/libjvm.so 0xff2d0000 /usr/lib/libCrun.so.1 0xff1e0000 /usr/lib/libsocket.so.1 0xff100000 /usr/lib/libnsl.so.1 0xff0d0000 /usr/lib/libm.so.1 0xff300000 /usr/lib/libw.so.1 0xff0b0000 /usr/lib/libmp.so.2 0xff080000 /imports/filer04/tools/app/j2sdk1.4.1_02-20030305/j2sdk1.4.1_02/jre/lib/sparc/native_threads/li...
2007 Apr 16
0
[Fwd: Re: Getting the function names?]
...>>> @[ustack()]=count(); >>>> } >>>> >>>> As the script that runs when calling -c app.cgi >>>> >>>> I found the biggest culprit here: >>>> >>>> app.cgi`malloc >>>> libCrun.so.1`__1c2n6FL_pv_+0x28 >>>> >>>> libCstd.so.1`__1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJalloc >>>> ator4Cc___I__getRep6MLL_pnH__rwstdM__string_ref4Ccn0B_n0C____+0x50 >>>> >>>> libCstd.so.1`__1cDstdMbasic_string4Ccn0ALchar_traits4Cc_...
2002 Apr 25
1
An unexpected exception has been detected in native code outside the VM
...c libraries: 0x10000 /usr/java/bin/../bin/sparc/native_threads/java 0xff350000 /usr/lib/libthread.so.1 0xff390000 /usr/lib/libdl.so.1 0xff200000 /usr/lib/libc.so.1 0xff330000 /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1 0xfe480000 /usr/j2se/jre/lib/sparc/client/libjvm.so 0xff2e0000 /usr/lib/libCrun.so.1 0xff1e0000 /usr/lib/libsocket.so.1 0xff100000 /usr/lib/libnsl.so.1 0xff0d0000 /usr/lib/libm.so.1 0xff310000 /usr/lib/libw.so.1 0xff0b0000 /usr/lib/libmp.so.2 0xff080000 /usr/j2se/jre/lib/sparc/native_threads/libhpi.so 0xff050000 /usr/j2se/jre/lib/sparc/libverify.so 0xfe440000 /usr/j2se...