search for: dubuger

Displaying 18 results from an estimated 18 matches for "dubuger".

Did you mean: debuger
2004 Mar 24
2
debugging a code
...] && d[i, "V4"] == d[i + 1, "V4"] && : missing value where TRUE/FALSE needed > traceback() 2: squash(dt1) 1: getdata("c:/data/") > to dubug this I need to know the value of some variable at this particular loop/sub-fun loop case, and since the dubuger terminated by showing ">" prompt, how then I am going to debug this error? thanks for helping
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
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
I'm trying to debug a program that page faults on me, and I'm actually quite keen to have a go at fixing it myself. Unfortunately, I seem to have fallen at the first hurdle: I can't make good use of the debug messages. Background: The program I am attempting to run is TrackLogs ( http://www.tracklogs.co.uk ). Installation went fine and on first run I got the licence key dialogue,
2014 Mar 28
1
Crash in pop3 with version 2.2.12
Hi, today I upgraded to version 2.2.12 under Debian Squeeze. I saw some people on the list they had the same problems with version 2.2.11, but which should have been fixed in version 2.2.12. My logfile shows: .. Mar 28 08:25:01 mailstore dovecot: pop3-login: Login: user=<ul at domain.net>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=34568, secured, session=<Jp6RmaX1YAB/AAAB>
2006 May 12
2
1.0beta8 won't start: Fatal: Protocol imaps given more than once
Greetings - I've just built Dovecot 1.0beta8 and find it refuses to start. This under Solaris 10 on an Intel-based Sun system. The error message Dovecot displays (on standard error) in response to /usr/local/sbin/dovecot is Fatal: Protocol imaps given more than once I've checked through my configuration file and the only mention of "imaps" is here: # Protocols
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
> From lprng@astart2.astart.com Fri Aug 11 14:51:22 2000 > Date: Fri, 11 Aug 2000 13:38:04 -0700 (PDT) > From: John Johnson <ioann_j@yahoo.com> > Subject: LPRng: Printing to Samba 2.0.7 from Windows 2000 > To: lprng@lprng.com, freebsd-questions@FreeBSD.ORG, samba@samba.org > > Hi, > > I've recently installed LPRng 3.6.22, ifhp 3.3.19, and > Samba 2.0.7 on my
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! --