Displaying 8 results from an estimated 8 matches for "pldd".
Did you mean:
ldd
2017 Nov 03
1
Maria 10 breaks unixodbc mysql connector
...iadb-server 10.1 is installed), isql
>> opens (proc 39065), but SegFaults upon running a query.
>>
>>
>> mkdir /tmp/unixodbcproblem
>> ps -A | grep isql
>> PROCESS=29669
>> lsof | grep ${PROCESS} > /tmp/unixodbcproblem/lsof.${PROCESS}
>> for f in $(pldd ${PROCESS}); do ls -l $f; done >
>> /tmp/unixodbcproblem/pldd.${PROCESS}
>> yum install mariadb-server
>> ps -A | grep isql
>> PROCESS=39065
>> lsof | grep ${PROCESS} > /tmp/unixodbcproblem/lsof.${PROCESS}
>> for f in $(pldd ${PROCESS}); do ls -l $f; done &...
2017 Nov 03
0
Maria 10 breaks unixodbc mysql connector
...On a separate session (after mariadb-server 10.1 is installed), isql opens
> (proc 39065), but SegFaults upon running a query.
>
>
> mkdir /tmp/unixodbcproblem
> ps -A | grep isql
> PROCESS=29669
> lsof | grep ${PROCESS} > /tmp/unixodbcproblem/lsof.${PROCESS}
> for f in $(pldd ${PROCESS}); do ls -l $f; done >
> /tmp/unixodbcproblem/pldd.${PROCESS}
> yum install mariadb-server
> ps -A | grep isql
> PROCESS=39065
> lsof | grep ${PROCESS} > /tmp/unixodbcproblem/lsof.${PROCESS}
> for f in $(pldd ${PROCESS}); do ls -l $f; done >
> /tmp/unixodbcpr...
2017 Oct 31
4
Maria 10 breaks unixodbc mysql connector
Thanks for each of your inputs.
It was not a configuration issue as odbcinst.ini does not reference the
mysql subdirectory.
Rather than use Alexander's url, I ran:
yum -y install centos-release-openstack-ocata
yum -y install mariadb-server
...the cloud repository provides the properly pathed file.
# repoquery -l mariadb-server mariadb-libs | grep lib64 | grep
libmysqlclient
2008 Feb 26
4
Why dtrace doesn''t work on some workstation?
Dtrace does work on some workstation, such as as follows,
-----------------------------------------------------------
bash-3.00# dtrace -s ./mem.d `pgrep test`
dtrace: script ''./mem.d'' matched 5 probes
^C
bash-3.00# uname -a
SunOS ftp 5.10 Generic_118833-17 sun4u sparc SUNW,Sun-Blade-100
bash-3.00# dtrace -V
dtrace: Sun D 1.1
2011 Dec 23
0
dtrace-discuss Digest, Vol 80, Issue 6
...er process id in a Non Global Zone.
>
> It is not possible with pfiles because of underlying problem
>
> Here is the direct quote from the manpages:
>
> WARNINGS
> The following proc tools stop their target processes while
> inspecting them and reporting the results: pfiles, pldd, and
> pstack.
>
> A process can do nothing while it is stopped. Stopping a
> heavily used process in a production environment, even for a
> short amount of time, can cause severe bottlenecks and even
> hangs of these processes, causing them to be unavailable to
> users. Some d...
2008 Jul 10
1
memory leak in readline code
...ME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
> system(paste("pldd", Sys.getpid()))
11304: /homes/bill/R-svn/r-devel/R/bin/exec/R --vanilla /a/homer.insightful.com/users/bill/R-svn/r-devel/R/library/grDevices/libs/grDevices.so
/a/homer.insightful.com/users/bill/R-svn/r-devel/R/lib/libRblas.so
/usr/lib/libreadline.so.4.3
/lib/ld-2.3.4.so
/lib/tls/libc-2.3.4.s...
2006 Oct 24
15
How to emit associative array after ^C
Boy am I a dummy. I want to simply dump out unfreed allocations when I terminate the script. What''s the secret sauce?
#!/usr/sbin/dtrace -s
pid$1::MyAlloc:return
{
bufs[arg1] = walltimestamp;
}
pid$1::MyFree:entry
/bufs[arg0]/
{
bufs[arg0] = 0;
}
This message posted from opensolaris.org
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...t;VIZ|3Q<^7M_((`V*cXXRNpHqW|}G_pOcda6BLFmPyC
z_-!>U{L<v$p2`LfO*Jo~@L~IyVQ288Il?aG$q^<Q=qGA}fU=nc1MVeLFxVW>qe`!c
zgVgfl%03&d?6Ztg*=aNdRrZ>rvez8-tev1xw^ehu(RW$DIV<{2Q$?(civ1f77En+a
z(5uGG2BUWU0j;_K+6#qW92QVWM2Ie7ajZ|Yx(~T~Xg}UpQJ^m%B1He7fcHv<4d=qB
z!da@}+!cIXRNyQDpBOe~Pav}{pldD|N?ccg%({Sx5RAYDc(S3Sja0%(C3-RGn+nS7
z!AfkavaIW$oV<)pl~qnz at q3*TvO at Cb=t at z)LO^vxK>afYAq3QZA)xjf!9Ee}GlJ_x
zaGfE(K7?5o;_Ls$5b_v7CGoXih_C$=-*1Yq09eZa^B|QGxlTl`qsVoZp!*MFV6HJ>
z)>XhX;`>B=39J#nPQ;fWPbe67Pbe5yL0gB&O;RtD``iL at mG`oVa!w#9SB({vtI+LL
zhM at c?3mSg`k%|2cE~{_^Scgv@&l...