search for: drummond

Displaying 20 results from an estimated 46 matches for "drummond".

1999 Jun 25
2
Machine Upgraded & smbd/nmbd won't start
...A00, 0x00000000) = 0 fork() = 4270 _exit(0) Any ideas? Look's like it chokes reading the codepage file but it doesn't give up the ghost until after reading the SID. -- ___________________________________________________________________ Mark E Drummond Royal Military College of Canada drummond-m@rmc.ca Computing Services Linux Uber Alles perl || die ...there are two types of command interfaces in the world of computing: good interf...
2020 Mar 12
2
DWARF .debug_aranges data objects and address spaces
On Thu Mar 12, 2020 at 5:37 PM, David Blaikie wrote: > On Wed, Mar 11, 2020 at 8:09 AM Luke Drummond > <luke.drummond at codeplay.com> > wrote: > > > On Tue Mar 10, 2020 at 7:45 PM, David Blaikie wrote: > > > If you only want code addresses, why not use the CU's > > > low_pc/high_pc/ranges > > > - those are guaranteed to be only code addresses, I...
1999 Jun 02
1
nmbd errors on console
...240) find_response_record: response packet id <num> received with no matching record I don't know the internals well enough to decipher these, can someone help me out? Should I go to the devel team with this? -- ___________________________________________________________________ Mark E Drummond Royal Military College of Canada drummond-m@rmc.ca Computing Services Linux Uber Alles perl || die ...there are two types of command interfaces in the world of computing: good interf...
2020 Mar 16
2
DWARF .debug_aranges data objects and address spaces
...But as I described above, I don’t think it would >> be a huge deal. >> >> >> >> HTH, >> >> --paulr >> >> >> >> *From:* David Blaikie <dblaikie at gmail.com> >> *Sent:* Thursday, March 12, 2020 2:20 PM >> *To:* Luke Drummond <luke.drummond at codeplay.com>; Adrian Prantl < >> aprantl at apple.com>; Jonas Devlieghere <jdevlieghere at apple.com>; >> Robinson, Paul <paul.robinson at sony.com> >> *Cc:* llvm-dev at lists.llvm.org >> *Subject:* Re: [llvm-dev] DWARF .debug_arang...
2020 Mar 12
3
DWARF .debug_aranges data objects and address spaces
...e that feature in the upstream repo if there are no targets using it. You’d be left maintaining that patch on your own. But as I described above, I don’t think it would be a huge deal. HTH, --paulr From: David Blaikie <dblaikie at gmail.com> Sent: Thursday, March 12, 2020 2:20 PM To: Luke Drummond <luke.drummond at codeplay.com>; Adrian Prantl <aprantl at apple.com>; Jonas Devlieghere <jdevlieghere at apple.com>; Robinson, Paul <paul.robinson at sony.com> Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] DWARF .debug_aranges data objects and address spaces On...
2000 Aug 21
1
[homes] vs [homes$]
...mes] that hides all user home dir shares by default by appending a "$" to them? I'd search the archives but they have not yet been tx'd. I realise there is "browse vs nobrowse" but I specifically need to have end users map to \\srv\user$ rather than \\srv\user. -- Mark Drummond|ICQ#19153754|mailto:mark.drummond@rmc.ca UNIX System Administrator|Royal Military College of Canada The Kingston Linux Users Group|http://signals.rmc.ca/klug/ Saving the World ... One CPU at a Time Please excuse me if I am terse. I answer dozens of emails every day.
2020 Jan 15
2
[tablegen] table readability / performance
On Wed Jan 15, 2020 at 6:58 PM, Reid Kleckner wrote: > Does the same limitation exist in VS 2017? I think that's our support > floor > these days: > https://llvm.org/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library > It appears that all releases including the latest 2019 are affected. > > One *could* make the tablegen behavior conditional on the
2020 Jan 15
2
[tablegen] table readability / performance
On Wed, 15 Jan 2020, Reid Kleckner via llvm-dev wrote: > On Wed, Jan 15, 2020 at 11:14 AM Luke Drummond <luke.drummond at codeplay.com> > wrote: > On Wed Jan 15, 2020 at 6:58 PM, Reid Kleckner wrote: > > Does the same limitation exist in VS 2017? I think that's our > support > > floor > > these days: > >https://llvm.org/do...
2004 Jul 27
1
Integration with "adapt"
...Integrando1) I guess it happens because the domain of integration is too small, although I tried a change of variables to avoid this problem and it didn?t help. The command adapt calls a fortran routine, but I don?t know fortran enough to fix the problem. Can someone help me? Thanks a lot Rodrigo Drummond ____________________________________________ Rodrigo D. Drummond Laboratorio Genoma Funcional Centro de Biologia Molecular e Eng. Genetica Universidade Estadual de Campinas Caixa Postal 6010 13083-875 - Campinas - SP - Brasil Tel: xx-19-3788-1119 Fax: xx-19-3788-1089
2004 Aug 31
1
Problem (bug?) with vector indices
...is equal to 244, inside the brackets is evaluated as 243! The same occurs with every value of x that results in a zero value of y, the right value is stored in y one position before it should be, overwriting the previous value at this position. The bug is on R or on my mind? Thanks a lot. Rodrigo Drummond ____________________________________________ Rodrigo D. Drummond Laboratorio Genoma Funcional Centro de Biologia Molecular e Eng. Genetica Universidade Estadual de Campinas Caixa Postal 6010 13083-875 - Campinas - SP - Brasil Tel: xx-19-3788-1119 Fax: xx-19-3788-1089
2020 Mar 11
2
DWARF .debug_aranges data objects and address spaces
On Tue Mar 10, 2020 at 7:45 PM, David Blaikie wrote: > If you only want code addresses, why not use the CU's > low_pc/high_pc/ranges > - those are guaranteed to be only code addresses, I think? > In the common case, for most targets LLVM supports I think you're right, but for my case, regrettably, not. Because my target is a Harvard Architecture, any code address can have the
2020 Nov 18
1
wasteful cmake defaults
On Tue Nov 17, 2020 at 10:35 PM GMT, Michael Kruse wrote: > Am Di., 17. Nov. 2020 um 12:46 Uhr schrieb Luke Drummond via llvm-dev > <llvm-dev at lists.llvm.org>: > > > > On Tue Nov 17, 2020 at 6:37 PM GMT, Min-Yih Hsu wrote: > > > > > Just trying to understand: Are you suggesting a way to have a “-O0” > > > build without all the debug information? > > > > &...
2020 Nov 18
0
wasteful cmake defaults
...real value in providing a useful default if nobody accepts the default anyways due to having been burned in the past. Thanks, Christopher Tetreault From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Mehdi AMINI via llvm-dev Sent: Tuesday, November 17, 2020 7:16 PM To: Luke Drummond <luke.drummond at codeplay.com> Cc: llvm-dev <llvm-dev at lists.llvm.org> Subject: [EXT] Re: [llvm-dev] wasteful cmake defaults Hi, The CMake default is an empty build type, which yield a non-optimized build without debug information and without assertions, it isn't clear that it...
1999 Jun 02
0
SWAT status report wrong
...tus of the daemons is still listed as not running. Anyone else see this? The only differance between the too is the one with this "problem" was built with Suns compiler suite, and the other was built with gcc. -- ___________________________________________________________________ Mark E Drummond Royal Military College of Canada drummond-m@rmc.ca Computing Services Linux Uber Alles perl || die ...there are two types of command interfaces in the world of computing: good interf...
2020 Jan 15
2
[tablegen] table readability / performance
On Tue Jan 14, 2020 at 8:27 PM, Reid Kleckner wrote: > I don't think there's any technical reason for the current structure. Apparently [this](https://docs.microsoft.com/en-us/cpp/cpp/compiler-limits?view=vs-2019) is a thing. This results in the following delight happening on Visual Studio 2015: > fatal error C1091: compiler limit: string exceeds 65535 bytes in length So maybe
2020 Nov 17
2
wasteful cmake defaults
On Tue Nov 17, 2020 at 6:37 PM GMT, Min-Yih Hsu wrote: > Just trying to understand: Are you suggesting a way to have a “-O0” > build without all the debug information? > Exactly.
2020 Mar 16
4
DWARF .debug_aranges data objects and address spaces
...’d be left maintaining > that patch on your own. But as I described above, I don’t think it would > be a huge deal. > > > > HTH, > > --paulr > > > > *From:* David Blaikie <dblaikie at gmail.com> > *Sent:* Thursday, March 12, 2020 2:20 PM > *To:* Luke Drummond <luke.drummond at codeplay.com>; Adrian Prantl < > aprantl at apple.com>; Jonas Devlieghere <jdevlieghere at apple.com>; Robinson, > Paul <paul.robinson at sony.com> > *Cc:* llvm-dev at lists.llvm.org > *Subject:* Re: [llvm-dev] DWARF .debug_aranges data objects...
2007 Apr 27
4
Randomising matrices
...trices many times in order to construct null models. However, I cannot identify a function in R to do this, and the programming looks tricky for someone of my limited skills. Can anybody help me out? Many thanks, Nick Cutler Institute of Geography School of Geosciences University of Edinburgh Drummond Street Edinburgh EH8 9XP United Kingdom Tel: 0131 650 2532 Web: http://www.geos.ed.ac.uk/homes/s0455078
2020 Nov 10
1
unusual use of getenv
Hi Michael On Tue Nov 10, 2020 at 1:29 AM GMT, Michael Kruse wrote: > Am Mo., 2. Nov. 2020 um 14:01 Uhr schrieb David Blaikie > <dblaikie at gmail.com>: > > Hmm, not sure why the whole file was added only when MSVC support was added - if it is a "static library object file selection" issue. Wouldn't that have turned up on other platforms before that moment? >
2020 Nov 02
6
unusual use of getenv
Hi folks I noticed something interesting when debugging a program that uses llvm for JIT compilation. Running `ltrace` surfaced a number of `getenv("bar")` calls coming from llvm. It turns out these are not "real" `getenv` calls, but are an optimization "do nothing" escape hatch which have been in `llvm/include/llvm/LinkAllPasses.h` [for over 15years](1) -