Displaying 18 results from an estimated 18 matches for "dubugging".
Did you mean:
debugging
2004 Mar 24
2
debugging a code
Hello
just learned HowTo but R, reminded me with the way
Perl does it but with much less on-line commands, R
"AFAIK" has n, c, Q and where and cann't debug outside
the {}.
1) is there a more versatile/flexable debugging method
for R?
I have saved 2 functions in an ASCII file "digfun".
"getdata" function calls "squash" function and both
use loops. In
2014 Dec 29
3
EATON 9SX not display battery.charge
Any news?
Send dubug with explore one more time
in attach
19.12.2014 15:39, Charles Lepple ?????:
> On Dec 19, 2014, at 5:16 AM, ??????? ??????? <freemgm at gmail.com> wrote:
>
>> # /usr/local/libexec/nut/usbhid-ups -DD -a eaton9sx -u root -x explore -x vendorid=0x0463 2>&1 | tee /tmp/eaton9sx-explore.log
> Ah, I forgot about the vendorid. The string is a regex which
2012 Sep 20
1
Rbuildignore question
I'm touching up changes to rpart and have a question with .Rbuildignore. Here is my file
tmt1014% more .Rbuildignore
test.local
\.hg
src/print_tree.c
The source code included a module "print_tree.c", used for dubugging. Commented
out calls to can be found here and there. I want to leave it in the source tree
even though no submitted copy of rpart will use it.
Even with the ignore line above, R CMD check still compiles it, and gives a "bad
boy" NOTE about use of printf. Can I/ should I/ how do I ge...
2014 Oct 15
2
[LLVMdev] using -debug-ir to map identify IR mapping
Yes, I am using opt and llc from the same version (3.5).
I know that there were issues with debug-ir in 3.4. I have explored the source tree myself for 3.5 and I know that the pass -debug-ir does kick in with opt.
But I have no clue of what happens with the debug information in (and after) the llc pass.
/Muneeb
On 15 Oct 2014, at 17:14, David Blaikie <dblaikie at gmail.com> wrote:
>
2014 Oct 15
2
[LLVMdev] using -debug-ir to map identify IR mapping
Hi,
I am using the -debug-ir pass in LLVM-3.5 opt tool to map binary information back to the IR instead of the source files.
I use the opt tool to generate a .ll file. But when I run the llc tool on it to generate an assembly (or object) file, it gives me the following warning
warning: ignoring debug info with an invalid version (0) in
How can I use the debug-ir functionality to achieve a
2014 Oct 15
2
[LLVMdev] using -debug-ir to map identify IR mapping
On Wed, Oct 15, 2014 at 9:04 AM, Adrian Prantl <aprantl at apple.com> wrote:
> I have no experience with debug-ir, but is it possible that the debug-ir
> pass never sets the debug info version? There should be a named metadata
> node
> !llvm.module.flags = !{..., !123}
> !123 = metadata !{i32 1, metadata !"Debug Info Version", i32 2}
> in the .ll output. If
2014 Oct 15
2
[LLVMdev] using -debug-ir to map identify IR mapping
Adding the flags in an opt pass seems to do the trick. I added the flags as follows
M.addModuleFlag(llvm::Module::Warning, "Dwarf Version", 3);
M.addModuleFlag(llvm::Module::Error, "Debug Info Version",
llvm::DEBUG_METADATA_VERSION);
llvm-dwarfdump and addr2line now point at a line in .ll files, not the source files.
Thanks!
/Muneeb
On 15 Oct
2004 Feb 22
0
wine-pthread defunct
hi friends,
I have been playing with wine for quiet some time now. I wanted to
check how many instance of wine can it run, and started opening wordpad.
After 700 instances wine starts creating defunct process.
The wine-pthread creates defunct. I don't know why. I checked the for
free memory, and it is there in the system. So i don't what may be the
problem.
Is there any limitation
2014 Dec 29
0
EATON 9SX not display battery.charge
Hi;
Charels get me e hint about comment out root user and add $ sudo adduser
nut dialout.
This was work,
Kind regards,
Janez
2014-12-29 16:03 GMT+01:00 ??????? ??????? <freemgm at gmail.com>:
> Any news?
>
> Send dubug with explore one more time
> in attach
>
>
> 19.12.2014 15:39, Charles Lepple ?????:
>
>> On Dec 19, 2014, at 5:16 AM, ??????? ???????
2008 Nov 11
0
help with call with no sound via PSTN
Hello guys, I am having some problems with calls comming from the PSTN
lines, when somebody calls people can't hear me, but I can hear them, every
day I have to do a /etc/init.d/asterisk stop && /etc/init.d/dahdi restart to
have calls with sound again, wich cli dubug commands can I use to see what
is going on, here I have my chan_dahdi.conf and sip.conf, I am using 1.6
Thanks a lot!
2017 Feb 17
0
EATON 9SX not display battery.charge
Privet Yaroslav,
all my apologies for the eternity taken to answer.
2014-12-30 18:22 GMT+01:00 Charles Lepple <clepple at gmail.com>:
> On Dec 29, 2014, at 10:03 AM, ??????? ??????? <freemgm at gmail.com> wrote:
>
> Any news?
>
> Send dubug with explore one more time
> in attach
>
>
> Unless I am mistaken, there is no new information in the latest debug
2014 Dec 19
0
EATON 9SX not display battery.charge
On Dec 19, 2014, at 5:16 AM, ??????? ??????? <freemgm at gmail.com> wrote:
> # /usr/local/libexec/nut/usbhid-ups -DD -a eaton9sx -u root -x explore -x vendorid=0x0463 2>&1 | tee /tmp/eaton9sx-explore.log
Ah, I forgot about the vendorid. The string is a regex which must match what is printed by the debug output (case-insensitive) rather than a numerical match, so it should be
2007 May 23
5
debugging an app
...Logs
( http://www.tracklogs.co.uk ). Installation went fine and on first run
I got the licence key dialogue, which I filled and it was after that It
crashed. On restart, it prompts me to accept that I have so many days
left on the licence, and then it crashes as I continue. Attached are the
various dubugging dumps (so I get a single dialogue screen before the
crash).
Debugging:
If I set the windows version (within winecfg) to XP or 2000, I end up
getting the same calls repeated as long as I can be bothered to wait.
Running "WINEDEBUG=+relay wine TrackLogsV3.exe" I get the following
calls rep...
2014 Mar 28
1
Crash in pop3 with version 2.2.12
...method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=34568, secured,
session=<Jp6RmaX1YAB/AAAB>
Mar 28 08:25:06 mailstore dovecot: pop3(ul at domain.net pid:34568 session:<Jp6RmaX1YAB/AAAB>): Fatal: master: service(pop3): child 34568 killed with
signal 11 (core dumped)
...
I made some more dubugging and I found that the pop3 process crashed on the "uidl" command.
Here my output from telnet session:
..
root at mailstore: # telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Dovecot ready.
user ul at domain.net
+OK
pass PASS
+OK Logg...
2006 May 12
2
1.0beta8 won't start: Fatal: Protocol imaps given more than once
...h 1.0beta7. I've also tried using the
standard dovecot-example.conf that comes with 1.0beta8 which has the
"protocols" line commented out and, after adding appropriate settings for
"ssl_cert_file" and "ssl_key_file", still have the same problem.
I popped a few dubugging i_info() calls into src/master/main.c to try and
see what was going on and the output was as follows:
Info: set->protocols = >imap imaps<
Info: imap: *fd = -1
Info: imaps: *fd = 0
Fatal: Protocol imaps given more than once
The first line is displaying the value of the ke...
2014 Dec 19
3
EATON 9SX not display battery.charge
19.12.2014 05:40, Charles Lepple ?????:
> /usr/local/libexec/nut/usbhid-ups -DD -a eaton9sx -x explore 2>&1 | tee /tmp/eaton9sx-explore.log
After run, output:
0.000000 debug level is '2'
0.000665 upsdrv_initups...
0.000675 must specify "vendorid" when using "explore"
Network UPS Tools - Generic HID driver 0.38 (2.7.2)
USB communication
2000 Aug 11
0
LPRng: Printing to Samba 2.0.7 from Windows 2000
...stem San Diego, CA 92123
Consulting 858-874-6543 FAX 858-279-8424
LPRng - Print Spooler (http://www.astart.com)
!==
!== Printing.txt for Samba release 2.0.4 18 May 1999
!==
Contributor: Unknown <samba-bugs@samba.org>
Date: Unknown
Status: Current
Subject: Dubugging Printing Problems
=============================================================================
This is a short description of how to debug printing problems with
Samba. This describes how to debug problems with printing from a SMB
client to a Samba server, not the other way around. For the revers...
2009 Jan 24
37
Problem running Samples
Hi. I''m desperately trying to learn Ruby and wxWidgets, on my 64-bit
Linux machine. However when I try to run any of the samples from the
command line I get the following error message:
ruby: symbol lookup error:
/usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-x86_64-linux/lib/wxruby2.so:
undefined symbol: Init_wxMediaCtrl
I''d be very grateful for any help. Many thanks in advance!
--