search for: l53

Displaying 16 results from an estimated 16 matches for "l53".

Did you mean: 53
2011 Aug 16
6
Unicorn logging in production env
Hi All, as I can see on https://github.com/defunkt/unicorn/blob/master/lib/unicorn.rb#L53 the?Rack::CommonLogger used only in development env and in weird evn called "deployment". Any chance to add "production" to this case? Serg Podtynnyi
2014 Apr 13
2
Adding an external library to Xapian
It is there: https://github.com/sidmutha/xapian/blob/master/xapian-core/api/Makefile.mk#L53 On an other note, I'm trying to run ./bootstrap from the cloned repo. But it gives an error saying "unknown option -C" followed by "Bootstrap failed". *Siddhant Mutha* Undergraduate Student Department of Computer Science and Engineering IIT Madras Chennai http://www.siddha...
2020 May 31
2
LLC crash while handling DEBUG info
...* be present, though I do not know the difference between ` DISPFlagDefinition` and ` DISPFlagOptimized`. if that is expected, then we may need to check `nullity` of `DISubprogram::getUnit()` before accessing it at https://github.com/llvm/llvm-project/blob/master/llvm/lib/CodeGen/LexicalScopes.cpp#L53 Thanks, Mahesha On Sun, May 31, 2020 at 11:26 AM David Blaikie <dblaikie at gmail.com> wrote: > In theory the LLVM IR verifier (llvm/lib/IR/Verifier.cpp) should catch > this sort of thing. Maybe it isn't running in llc? It probably should > be. It's also likely not exhaus...
2020 May 31
2
LLC crash while handling DEBUG info
...hough I do not know the difference between ` DISPFlagDefinition` and ` > DISPFlagOptimized`. if that is expected, then we may need to check > `nullity` of `DISubprogram::getUnit()` before accessing it at > https://github.com/llvm/llvm-project/blob/master/llvm/lib/CodeGen/LexicalScopes.cpp#L53 > > > > Thanks, > > Mahesha > > > > On Sun, May 31, 2020 at 11:26 AM David Blaikie <dblaikie at gmail.com> > wrote: > >> > >> In theory the LLVM IR verifier (llvm/lib/IR/Verifier.cpp) should catch > >> this sort of thing. Maybe it is...
2020 May 31
2
LLC crash while handling DEBUG info
...!2) !8 = !DISubroutineType(types: !9) !9 = !{null} !10 = !DILocation(line: 2, column: 1, scope: !7) ----------- Now, if I compile the above modified IR file using LLC, then LLC crashes as below. The crash point is https://github.com/llvm/llvm-project/blob/master/llvm/lib/CodeGen/LexicalScopes.cpp#L53. Reason for crash is `NULL` pointer access. `DISubprogram::getUnit()` returns `NULL` pointer since there is no `unit` field in the related metadata info. ----------- PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace. Stack dump: 0. Program arguments: /opt/ro...
2020 Jun 01
2
LLC crash while handling DEBUG info
...hough I do not know the difference between ` DISPFlagDefinition` and ` > DISPFlagOptimized`. if that is expected, then we may need to check > `nullity` of `DISubprogram::getUnit()` before accessing it at > https://github.com/llvm/llvm-project/blob/master/llvm/lib/CodeGen/LexicalScopes.cpp#L53 > >> > > >> > Thanks, > >> > Mahesha > >> > > >> > On Sun, May 31, 2020 at 11:26 AM David Blaikie <dblaikie at gmail.com> > wrote: > >> >> > >> >> In theory the LLVM IR verifier (llvm/lib/IR/Verifier....
2019 Apr 03
3
How can I use llvm::LoopInfo in the runOnModule method?
Interesting that we're getting a relative flood of these recently. See here: http://lists.llvm.org/pipermail/llvm-dev/2019-March/131346.html I don't think one can reliably get a Function analysis pass from within a ModulePass using the legacy pass manager. You have to manually construct the pass yourself. -David Jonathan Smith via llvm-dev <llvm-dev at
2020 Oct 25
4
Can't get CyberPower UPS to work with Raspberry Pi 4
This was very helpful for me, thank you! On Sat, Oct 24, 2020 at 9:06 AM Charles Lepple <clepple at gmail.com> wrote: > The easiest way to tell if upsd is working is to run "upsc -l" on the same > system, which will list the NUT UPS names, and then run e.g. "upsc mge" > (replacing "mge" with the name returned by "upsc -l") > Here was the
2001 Mar 07
1
Minor bug in maketitle.pl (with bug correction) (PR#864)
...S = ''; L43: $lc = 16; L44: $rc = 72; L45: $old = $package; L46: $len = length($old); L47: if ($len > $lc - 3) { L48: $S = $old; L49: $old = ""; ### Forgot to this line. L50: for ($j = 1; $j < $lc; $j++) { L51: $old = $old . ' '; L52: } L53: } L54: else { L55: for ($j = 1; $j < $lc - $len; $j++) { L56: $old = $old . ' '; L57: } L58: } -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", &q...
2014 Apr 13
2
Adding an external library to Xapian
trie.cc still isnt showing up. http://pastebin.com/c89kWz3L Also we have shifted to git: https://github.com/sidmutha/xapian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20140413/b82f4a92/attachment-0002.html>
2020 Oct 26
0
Can't get CyberPower UPS to work with Raspberry Pi 4
...For these delays, note there seems to be an issue with ondelay/ups.delay.start: https://github.com/networkupstools/nut/issues/625 and rounding of the timers down to the next lower minute: https://github.com/networkupstools/nut/blob/f3a40e4595c1f18368f89b9af338bfe52dd06846/docs/man/usbhid-ups.txt#L53-L78 so basically I'd recommend testing shutdown extensively. > ups.load: 4 > ups.mfr: CPS > ups.model: CST135XLU > ups.productid: 0501 > ups.realpower.nominal: 810 > ups.serial: CR7EO2003120 > ups.status: OL > ups.test.result: No test initiated > ups.timer.shutdown:...
2014 Apr 13
2
Adding an external library to Xapian
...a.com/> On Mon, Apr 14, 2014 at 12:10 AM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 19:30, Siddhant Mutha <siddhantmutha at gmail.com> wrote: > > > It is there: > https://github.com/sidmutha/xapian/blob/master/xapian-core/api/Makefile.mk#L53 > > Apologies, it's in the commit but the commit message is in a format which > confused me for a minute. > > > On an other note, I'm trying to run ./bootstrap from the cloned repo. > But it gives an error saying "unknown option -C" followed by "Bootstrap...
2023 Mar 24
1
[PATCH 1/1] nbd/server: push pending frames after sending reply
...L415 and to TLS connections: https://gitlab.com/nbdkit/nbdkit/-/blob/master/server/crypto.c#L396 while libnbd uses MSG_MORE a bit more directly for the same purpose for plaintext, but isn't (yet) doing TLS corking: https://gitlab.com/nbdkit/libnbd/-/blob/master/generator/states-issue-command.c#L53 https://gitlab.com/nbdkit/libnbd/-/blob/master/lib/internal.h#L57 I would love to see a future patch to qio_channel code to support MSG_MORE in the same way as nbdkit is using its SEND_MORE flag, as the caller often has more info on whether it is sending a short prefix or is done with a conceptual...
2020 Oct 26
2
Can't get CyberPower UPS to work with Raspberry Pi 4
...be an issue with > ondelay/ups.delay.start: > > https://github.com/networkupstools/nut/issues/625 > > and rounding of the timers down to the next lower minute: > > https://github.com/networkupstools/nut/blob/f3a40e4595c1f18368f89b9af3 >38bfe52dd06846/docs/man/usbhid-ups.txt#L53-L78 > > so basically I'd recommend testing shutdown extensively. > > > ups.load: 4 > > ups.mfr: CPS > > ups.model: CST135XLU > > ups.productid: 0501 > > ups.realpower.nominal: 810 > > ups.serial: CR7EO2003120 > > ups.status: OL > > ups.te...
2010 May 08
19
mb_chars.upcase and Ruby 1.9.2
I''m testing ruby-head through rvm but can''t get ''ação''.mb_chars.upcase == ''AÇÃO''... I get ''AçãO'' instead... This happens both for Rails 2.3.5 and Rails 3 beta 3... How can I get upcase to work correctly? Thanks in advance, Rodrigo. -- You received this message because you are subscribed to the Google Groups "Ruby
2006 Oct 03
1
HP Toolbox kills Samba
...M9Q\WMZX_?-$8GFZNU'YK]&O]RVYMHSMHMNKE-ZS$6Y6R>+"G,MO>W=O>/<Q6 M=WO9X+)YFIUTSMI9KY^U.OUX_5[_X]JC1IV9)6#&# [@``[@@!ET9M"904]Q M(6!*ZCDV2C;R(- @.. `#N `X8GP1'ARH.G2A\"#LBHH=O-8Q.16T$88MJ&8 M&TD=Z]I7<W(KI2ZE$9XC89&0="7@``[@@"XE74JZE.Q L53-:867:$YB#%H# M#N `#M"<:$XT9]6G,7SZ0^]!"16J<*A0!::$@E8NL WTW!VBZ*)BBY]_#%[B M\]$_Z& X@ ,XF+<#03"A`\$6=C<UFA)2R_DUVHUJ,M'&HVJ27@FMUN[U!W*: MZK]J*.4JUK->\WTY]+%RJ]T\?[G_27AK;[0;H<S-=A,MT+[LM+1:77O@2XVP M,Y1^-U5I6?;CWO5[EQ>#6%Y<&_[NTF-E8V6]C9__=&gt...