similar to: anonymous tracing

Displaying 20 results from an estimated 500 matches similar to: "anonymous tracing"

2001 Oct 14
0
DirectX 8 Library error.
I have written a directdraw program in dx7 that i can get working under wine. I have now written a simple directx8 3d program that works under windows but i am getting these wierd errors under wine. this is the output from wine -debugmsg +module pro666 I think it is a problem with the two libraries d3d8.lib and d3dx8.lib as I can see errors there. Also I notice that these are the two libraries
2006 Oct 31
0
6352154 warlock all is not clean
Author: frits Repository: /hg/zfs-crypto/gate Revision: 529c2fc3f91f97cb1fe208e014d01a6f72ac8ae0 Log message: 6352154 warlock all is not clean 6352865 reduce messages from USB drivers in /var/adm/messages Files: update: usr/src/uts/common/io/scsi/targets/sd.c update: usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c update: usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac_dacf.c
2006 Oct 31
0
6296379 HP DAT-72 read/writes hang
Author: frits Repository: /hg/zfs-crypto/gate Revision: 8d69100775b1ea2377d09e76f64568111ae160dd Log message: 6296379 HP DAT-72 read/writes hang Files: update: usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c update: usr/src/uts/common/sys/usb/scsa2usb/scsa2usb.h
2007 Feb 13
2
zpool export consumes whole CPU and takes more than 30 minutes to complete
Hi. T2000 1.2GHz 8-core, 32GB RAM, S10U3, zil_disable=1. Command ''zpool export f3-2'' is hung for 30 minutes now and still is going. Nothing else is running on the server. I can see one CPU being 100% in SYS like: bash-3.00# mpstat 1 [...] CPU minf mjf xcal intr ithr csw icsw migr smtx srw syscl usr sys wt idl 0 0 0 67 220 110 20 0 0 0 0
2006 Apr 13
2
Enable anonymous tracing make Sunw2100z hang during boot
I have a sunw2100z (dual AMD) 2GB memory, I refresh installed nvx_35 on scsi disk (on board controller), then I enabled anon tracing fbt::xxx_attach:entry { self->trace = 1; } fbt::: /self->trace/ {} fbt::xxx_attach:return { self->trace = 0; } xxx_attach is HBA driver''s attach entry point. #dtrace -AFs xxx.d # reboot then reboot gives enabling probe 0..... WARNING:
2007 Sep 16
3
PLOGI errors
Hello, today we made some tests with failed drives on a zpool. (SNV60, 2xHBA, 4xJBOD connected through 2 Brocade 2800) On the log we found hundred of the following errors: Sep 16 12:04:23 svrt12 fp: [ID 517869 kern.info] NOTICE: fp(0): PLOGI to 11dca failed state=Timeout, reason=Hardware Error Sep 16 12:04:23 svrt12 fctl: [ID 517869 kern.warning] WARNING: fp(0)::PLOGI to 11dca failed. state=c
2008 Feb 24
2
Can DTrace display non-instrumented function argument counts and types?
Is it possible to use DTrace to display the number of arguments and their types for userland or kernel functions that are not explicitly instrumented or documented by their authors? We''re talking about functions provided by Veritas VxVM/VxFS and the like, and for example, we might want to try tracing I/Os from App => VxFS => VxVM => ssd driver to see where I/Os get aggregated or
2006 Jul 07
2
Probe ID changes
OK, I''ve been fritzing around with something I noticed last night, thinking that I understood what was going on, but now it''s getting confusing again. A system that has been running for a couple of months had a hole in the probe ID list near the end in the middle of the fbt probes. And then a couple of syscall probes were stuck in the hole. It looked like this: ... 40311
2001 Oct 24
2
wine and openwall kernel-patch
Hello. Is it possible to run wine on openwall-patched linux kernel? Invoking /opt/wine/bin/wine.bin /home/ftp/pub/windows/telnet/putty.exe ... err:win32:do_relocations Standard load address for a Win32 program not available - patched kernel ? err:win32:do_relocations FATAL: Need to relocate Z:\home\ftp\pub\windows\telnet\putty.exe, but no relocation records present (stripped during link). Try to
2006 Oct 31
0
6228435 Undecoded command in var/adm/messages - Error for Command: undecoded cmd 0x5a
Author: cth Repository: /hg/zfs-crypto/gate Revision: 72a552d4a585a3918c658eb0779a6447fab6146a Log message: 6228435 Undecoded command in var/adm/messages - Error for Command: undecoded cmd 0x5a Files: update: usr/src/uts/common/io/scsi/impl/scsi_data.c update: usr/src/uts/common/sys/cdio.h update: usr/src/uts/common/sys/scsi/adapters/scsi_vhci.h update:
2006 Jun 30
2
Qs. on fbt::copystr: probe
Hi all, I have questions about something I observed just now: 1) on AMD64, S10u1: # dtrace -n ''fbt::copystr:entry{printf ("%p\n", args[0]);}'' -c /bin/pwd dtrace: invalid probe specifier fbt::copystr:entry{printf ("%p\n", args[0]);}: in action list: index 0 is out of range for fbt::copystr:entry args[ ] but # dtrace -n ''fbt::copystr:entry{printf
2011 Apr 06
2
Limiting dtrace depth
If I use a simple dtrace script such as this: fbt::somefunc:entry{self->trace=1;} fbt::somefunc:return{self->trace=0;} fbt:::entry{} fbt:::return{printf("%lx", arg1);} then it will descend to whatever depth is necessary If I want to limit it to say 3 functions deep, how can I do that? The quick answer I want to use is to do "self->depth++" on each entry and then
2001 Jul 16
1
Problems starting applications using wine
Hi! Trying to start notes (or others) with wine I'll get: xch4008@teatime:~/.wine > wine c:\\programme\\notes50\\nlnotes y:\\notes\\data50\\notes50.ini For language 'german' several language ids were found: de_DE - 0407; de_CH - 0807; de_LU - 1007; de_LI - 1407; Instead of using first in the list, suggest to define your LANG environment variable like this: LANG=de_DE
2007 Jul 11
5
Error trying to count return points in functions.
Whilst trying out some D to get an insight into what is the most common reason for a given function to return, I have bumped into an error I don''t understand. The first take on what I was trying to do was: # dtrace -n ''fbt:ip:ip_input:return{@home[arg0] = count();}'' and all was well. The next step was: # dtrace -n
2009 Nov 30
1
Bug in R evaluating a huge instruction (PR#14096)
Hello, I do not know if i am facing a bug or a mistake (and if it is a bug i do = not know in which category I can put it on the bug tracker), so I post=20 my message here. I am trying to use the Morris function from the sensitivity package (but = that is not the problem). I created a (big) instruction that should=20 generate a morris object in which there is a data.frame i am interested=20
2002 Jul 11
0
New in Wine
Hello! I try to run I-CAD on Mandrake-8.1 with wine. I have copied M$-98 from laptop in to /windoze, (a fatty part on my pc.) I-CAD (an evaluation) was installed in laptop. This is the message I got from shell: [maria@louhi IntelliCAD 2001]$ wine -debugmsg warn+dll icad.exe err:win32:do_relocations Standard load address for a Win32 program (0x00400000) not available - security-patched kernel
2002 Feb 21
0
ADSI in wine
I am trying to use python 2.2 with the win32all extension under wine to access the ADSI components. I seem to be unable to bind properly to either the ldap or winnt name spaces Here is some an example from ldap Python 2.2 (#28, Dec 21 2001, 12:21:22) [MSC 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
2007 Jun 21
3
Anon tracing error?
Hello, I''ve done this several times in the past but a co-worker is having problems getting anonymous tracing to work: dtrace -A -m su and we see updated /kernel/drv/dtrace.conf and fbt and dtrace forceloads added to /etc/system. Upon reboot the following errors occur (note that we are running snv_66): {0} ok boot disk Boot device: /pci at 0/pci at 0/pci at 2/scsi at 0/disk at 0 File
2009 Mar 20
1
suspicious dtrace results
i am doing reads and writes to /dev/rdsk/c0t2d0s4 using dtrace to see how much time it took for ssdread and ssdwrite. It shows very small number 4 or 5. #pragma D option flowindent syscall::pread:entry { self->trace = 1; self->size = arg2; } syscall::pwrite:entry { self->trace = 1; self->size = arg2; } fbt:ssd:ssdread:entry /self->trace/ { self->start = timestamp;
2007 May 11
3
what files are being used from a NFS server perspective
I''m curious to know what files are being used from a NFS server perspective. I''m unable to trace the client because it is in the boot phase. Looking at the io provider, I believe it does not allow you to look at what files are being requested. That would lead me to the fbt provider. Does anyone know what fbt provides the file handle for NFS client request on the NFS