Displaying 20 results from an estimated 59 matches for "mckee".
2020 Jun 22
2
Hardware ASan Generating Unknown Instruction
...he confirmation. From the assembly that was sent on the other
branch of the thread:
> .set .L.str, .L.str.hwasan-3458764513820540928
-3458764513820540928 = 0xd0 << 56
i.e. a "negative" tag.
So this appears to be the issue exactly.
Peter
On Mon, Jun 22, 2020 at 1:55 PM Derrick McKee <derrick.mckee at gmail.com>
wrote:
> Using lld fixes this issue.
>
> On Mon, Jun 22, 2020 at 4:51 PM Peter Collingbourne <peter at pcc.me.uk>
> wrote:
> >
> > I suspect that this is hitting the issue that I mentioned here:
> > https://reviews.llvm.org/D65...
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
...> wrote:
> Hi Derrick,
>
> Can you send through `test.c`? What does clang's assembly say
> (`path/to/compiled/clang --target=aarch64-linux-gnu -march=armv8.5-a
> -fsanitize=hwaddress -S test.c; cat test.s`)?
>
> - Mitch
>
> On Mon, Jun 22, 2020 at 12:04 PM Derrick McKee via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Hi,
>>
>> I am trying to execute a simple hello world program compiled like so:
>>
>> path/to/compiled/clang -o test --target=aarch64-linux-gnu
>> -march=armv8.5-a -fsanitize=hwaddress
>>...
2020 Jun 09
2
Cross compile x64 to AArch64 issues
...hecking CMakeErrors.log,
the failing program can be compiled with my system
aarch64-linux-gnu-g++. Barring any misconfiguration, I think that the
build system is not correctly using the sysroot and gcc-toolchain
paths correctly.
[1]: https://llvm.org/docs/HowToCrossCompileLLVM.html
--
Derrick McKee
Phone: (703) 957-9362
Email: derrick.mckee at gmail.com
2004 May 28
3
Disable blind xfer
My SIP users need to transmit the "#" key as part of data entry. Asterisk
intercepts and initates a transfer function. I'm almost positive I've seen
this discussed somewhere, but none of my searches are finding it.
Anyone have a handy answer?
Tim McKee
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 1306 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040528/aa4c1812/winmail.bin
2004 May 23
5
PRI problem???
...ly restarted on span 2
-- B-channel 22 successfully restarted on span 2
-- B-channel 23 successfully restarted on span 2
pbx1*CLI>
(This is from an asterisk console started with -rvvvv.)
Has anyone encountered similar behavior in the past? If so, what was the
resolution?
Thanks,
Tim McKee
configs:
zaptel.conf
#
# span 1 is for channel bank (24 FXS)
span=1,2,2,esf,b8zs
# span 2 is for NuVox PRI (1-23B, 24D)
span=2,1,2,esf,b8zs
# span 3 is unused
span=3,0,0,esf,b8zs
# span 4 is unused
span=4,0,0,esf,b8zs
#
#
zapata.conf
[channels]
;
; Default language
;
language=en
;
; Default co...
2012 May 10
2
[LLVMdev] MCJIT
Hi All,
What is the current level of stability of MCJIT using ELF?
Thanks.
--
-------------------------------------------------------------------------------------------
Braxton McKee Broad Street Analytics
www.twitter.com/braxtonmckee www.broadstreetanalytics.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120510/0f6d0630/attachment.html>
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
...re's my clang version
# llvm-project/build-10.x/install/bin/clang --version
[1]
clang version 10.0.1 (git at github.com:llvm/llvm-project.git
a634a80615b1e012f1a61aa0cd1e2e67ef77d0bd)
Target: x86_64-unknown-linux-gnu
Thread model: posix
--
Derrick McKee
Phone: (703) 957-9362
Email: derrick.mckee at gmail.com
2004 Nov 19
8
Error with wine-20041019
When I start a windows application using wine (currently wine-20041019)
on RedHat 9, I receive the following:
[jmmckee@server jmmckee]$ wine sol
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the
config file
err:wave:OSS_WaveOutInit /dev/mixer1: No such device
err:wave:OSS_WaveInInit /dev/mixer1: No such device...
2012 May 12
2
[LLVMdev] MCJIT
...ule to the
> constructor, it JITs that Module immediately and then you can get the
> address of individual functions to execute them. What is there works though.
>
> -Andy
>
> *From:*llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> *On Behalf Of *Braxton McKee
> *Sent:* Thursday, May 10, 2012 10:53 AM
> *To:* llvmdev at cs.uiuc.edu
> *Subject:* [LLVMdev] MCJIT
>
> Hi All,
>
> What is the current level of stability of MCJIT using ELF?
>
> Thanks.
>
> --
> -----------------------------------------------------------------...
2012 May 11
0
[LLVMdev] MCJIT
...imited. Basically, you pass a Module to the constructor, it JITs that Module immediately and then you can get the address of individual functions to execute them. What is there works though.
-Andy
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Braxton McKee
Sent: Thursday, May 10, 2012 10:53 AM
To: llvmdev at cs.uiuc.edu
Subject: [LLVMdev] MCJIT
Hi All,
What is the current level of stability of MCJIT using ELF?
Thanks.
--
-------------------------------------------------------------------------------------------
Braxton McKee...
2006 Aug 02
3
Active Record
I want to build a one page finance calculator in Rails.
The form has several fields on it. When I press the calculate button
it will return to the same page with the answer. If there is an error
it will also return to the same page with the appropriate error
messages.
I want it to be able to
1. Carry over all the values on the form fields
2. Use the rails validation methods
How can I acheive
2012 May 14
0
[LLVMdev] MCJIT
...r, it JITs that Module immediately and then you can get the
>> address of individual functions to execute them. What is there works though.
>>
>> -Andy
>>
>> *From:*llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
>> *On Behalf Of *Braxton McKee
>> *Sent:* Thursday, May 10, 2012 10:53 AM
>> *To:* llvmdev at cs.uiuc.edu
>> *Subject:* [LLVMdev] MCJIT
>>
>> Hi All,
>>
>> What is the current level of stability of MCJIT using ELF?
>>
>> Thanks.
>>
>> --
>> -------------...
2007 Apr 24
1
E&M Wink start problem
...hear the person on the Eagle, they can't hear me. When they initiate
a dial out I only get the first 2 digits from their switch...
Does anyone have decent sample E&M Wink start configs for the Digium
cards and * ? Any suggestions on the Eagle side?
Has anyone
=============
Timothy McKee
VP, Network Services
SDN Global
+1-704-587-4829 work
+1-704-587-4830 NOCC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070424/3b227c23/attachment.htm
2006 Jun 25
3
Dummy field in a model
I want to have a field in model, which I''m not storing in a database.
And I want to do something like the following in the model code :
validates_format_of :field_NOT_in_db, :with => session[:field]
How can I do it ?
Thanks,
Pratik
--
rm -rf / 2>/dev/null - http://null.in
2012 May 14
2
[LLVMdev] MCJIT
...immediately and then you can get the
>>> address of individual functions to execute them. What is there works though.
>>>
>>> -Andy
>>>
>>> *From:*llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
>>> *On Behalf Of *Braxton McKee
>>> *Sent:* Thursday, May 10, 2012 10:53 AM
>>> *To:* llvmdev at cs.uiuc.edu
>>> *Subject:* [LLVMdev] MCJIT
>>>
>>> Hi All,
>>>
>>> What is the current level of stability of MCJIT using ELF?
>>>
>>> Thanks.
>>>...
2004 Sep 30
1
Queue Setup almost got it
...ers Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] Queue Setup
Thanks, but I still don't see where to use the AgentCallbackLogin app.
_____
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tim McKee
Sent: Thursday, September 30, 2004 8:45 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] Queue Setup
extensions.conf:
;
; Standard Tech Support Calls
exten => 1590,1,Answer
exten => 1590,2,Wait(1)
exten => 1590,3,SetVar(QUEUE_PR...
2013 Aug 11
2
Re: Bridging Wireless Cards for KVM
..."/dev/kqemu",
"/dev/rtc", "/dev/hpet",
"/dev/net/tun",
]
I am running Ubuntu 12, which does not use SELinux.
On Fri, Aug 9, 2013 at 8:01 AM, Daniel P. Berrange <berrange@redhat.com>wrote:
> On Thu, Aug 08, 2013 at 08:55:27PM -0600, Joshua McKee wrote:
> > Hi,
> >
> > I hope this is the right place to ask this question. I was wondering if
> > there is a way to set up a KVM VM using an XML document as input into
> Virsh
> > that uses bridged networking over a wireless card.
> >
> > I understand t...
2005 Jan 09
4
clobbered config file
...n.
All i know, now, is that nothing works, because the config file is just
gone.
Is there any way to recreate it without trashing anything else?
Also, is IE supposed to be able to be installed using winetools? When
wt gets done, I get an error stating that setup has failed. Nothing
else.
John McKee
2004 Dec 27
4
WineTools 2.0.8 released
Hi,
hope you had a merry christmas. I just released the next version of
WineTools with some minor improvements. You can download it at
http://www.von-thadden.de/Joachim/WineTools/.
WineTools is an menu driven installer for installing Windows programs
under wine. This software lets you install Windows software for Linux
under WINE:
* DCOM98
* IE6
* Windows Core Fonts
* Windows
2006 Jul 18
5
Ruby on rails local groups, everyone?
Hi ,
Just discover a interesting way to connect ror developers locallly.
http://www.citycita.org let groups of people who share same interests
to plan events and meet offline in local communities around the world.
The service is quite new but it seem to have an ROR Oslo community that
use it -
http://rubyonrails.citycita.org/22498/.
Worth a look !
--
Posted via http://www.ruby-forum.com/.