search for: fishy

Displaying 20 results from an estimated 311 matches for "fishy".

Did you mean: fish
2010 Apr 17
1
Fishy error with NAMESPACE when checking package
I am updating the Epi package. I added functions named pc.points and pc.matpoints. Erroneously I wrote pc.plot and pc.matplot in the NAMESPACE file and of course got an error from Rcmd check. So I corrected the NAMESPACE file, but I still get from r-check: * install options are ' --no-html' Loading required package: utils Error in namespaceExport(ns, exports) : undefined exports:
2016 Sep 22
8
A new code coverage bot
...is also capable of displaying coverage information for each instantiation of a function. The bot runs "check-{llvm,clang}" with an instrumented version of the latest top-of-tree compiler. It generates new reports roughly every four hours. These reports can be used to find dead code, find fishy code, and to gauge the effectiveness of our smoke tests. If you have any feedback about the bot or the coverage reports, please let me know! vedant p.s: There is already a coverage bot which runs "check-all" and uses gcov. If you'd prefer those reports, you can find them here --...
2006 Jan 12
1
Effect.Puff Problem - first frame is wrong size
...39;'render'' when it calls this.update. Digging into the update (which is in Effect.Scale) it calls the setDimensions and passes in reasonable values, in this case 144 high, 421 wide. Inside of there it does the setStyle passing in again, correct values. This is where it goes fishy. Inspecting the element before the setStyle I can see the correct values for ''currentHeight'' and ''currentWidth''. But as soon as the setStyle happens, the size gets messed up (i.e. 204 & 478). Note, if I look @ the element.style before it happens, i...
2013 Apr 05
4
[LLVMdev] A strange testing case of SROA
Hi, Following is excerpted from dynamic-vector-gep.ll. The resulting "extractelement" seems to always return 0.0f regardless the value idx1 and idx2 is holding. Am I missing something here or there is something fishy take place? Thanks Shuxin 101 ; CHECK: test6 102 ; CHECK: insertelement <4 x float> zeroinitializer, float 1.000000e+00, i32 %idx1 103 ; CHECK: extractelement <4 x float> zeroinitializer, i32 %idx2 104 105 %vector.pair = type { %vector.anon, %vector.anon } 106 %vector.anon = type {...
2016 Sep 30
3
Alternative GUI
...ome reason, the default C7 desktop never looked as good as the >> default C6 desktop until I installed: >> >> fontconfig-infinality-1-20120615_1.noarch >> freetype-infinality-2.4.12-2.20130514_01.el7.nux.1.x86_64 > Thanks for the hint! > > Is there however something fishy with the > freetype-infinality-2.4.12-2.20130514_01.el7.nux.1.x86_64? > It seems it cannot be found in the nux-dextop repo. > I hadn't noticed that it disappeared. https://www.centos.org/forums/viewtopic.php?t=55936 looks relevant, but I haven't experimented with "freetype-...
2007 Sep 26
2
metaflac --remove-all-tags
there something fishy going on, have about 21 flac files, in a folder, and 9 of them still showing meta tag data in juk. When running metaflac --list, show nothing on all 21 files, however in amarok and juk I can still see some info on 9 flac files. Howdoes one fix these flac files? are they corrupted? flac -t came b...
2003 Jun 28
1
[Bug 510] corrupted mac address disconnecting
http://bugzilla.mindrot.org/show_bug.cgi?id=510 ------- Additional Comments From david at fishy.ca 2003-06-29 06:31 ------- I have the exact same problem. Here is a bit more information: I have the following setup: 1 linksys router (BEFW11S4 version 1, latest firmware: 1.44.2z, Dec 13 2002) with 1 sshd server: imscamtlcvs02:~# /usr/sbin/sshd -v sshd: illegal option -- v sshd version OpenSSH...
2017 May 05
2
Memory leak in samba-ad-dc on 4.5.x not related to aio?
...936 606488 ? S Apr26 114:41 /usr/sbin/samba > > > > Can you post /proc/9988/smaps somewhere? > > Sure, http://up.tao.at/-0242609d03e69298bb27155078663d51/smaps.9988.txt Ok, it's actually the heap. I was hoping that it's a mmap'ed ldb. So we do have something fishy going on that. Sorry, I con't have an easy recipe. Volker -- SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen phone: +49-551-370000-0, fax: +49-551-370000-9 AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen http://www.sernet.de, mailto:kontakt at sernet.de
2009 Nov 10
2
[RFC][PATCH] ovirt-node-image : edit-livecd : fail on error in arbitrary code
...'CODE' has completed if positive then unmount proc ( note that if 'CODE', proc still remains mounted; this is not unmounted by existing trap in edit-livecd script ) rest of the cleanup is taken care off by existing trap statement Signed-off-by: Abhishek Misra <fishy at linux.vnet.ibm.com> --- --- a/edit-livecd 2009-11-10 17:23:21.000000000 +0530 +++ b/edit-livecd 2009-11-10 18:39:11.000000000 +0530 @@ -159,13 +159,14 @@ cp -pr $WDIR/sq $WDIR/sq-w # mount root filesystem mnt "-t ext2 $WDIR/sq-w/LiveOS/ext3fs.img -o rw,loop" ex +# export...
2006 Jun 02
3
Use a Model or Controller?
I am putting up a tool that connects to a subversion repository and checks latest revision and downloads the changeset log for all the changes made since last check and puts inside a hash for various uses inside the code. I am just wondering if the code that checks the subversion repo and reads it''s data should bolong to a controller of it''s own or a model of it''s own.
2011 Jan 14
2
[LLVMdev] Circular Deps from CMake build using makefile
Hello Óscar, This time the autotools version of LLVM trunk build with Clang trunk compiled in Debug+Asserts mode without complaint with --enable-bindings=none. I suspect this makes something fishy looking with the CMake build. Do you need logfiles from configure? Thanks again, --Sam ----- Original Message ---- > From: Óscar Fuentes <ofv at wanadoo.es> > To: Samuel Crow <samuraileumas at yahoo.com> > Cc: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> &g...
2008 Apr 13
2
Testing my Flac x64 build
...ds (if anyone's interested, I can clean them up somewhat and send them to you). I took great care to use the exact same arguments for the compiler and linker as well as creating an x86 build in parallel to the x64 one. Now the funny part: to verify that my x64 build doesn't do anything fishy, I ran both my self-built x86 and my x64 encoder on a test song. The files ended up different. Just out of fun, I downloaded the official Win32 command line encoder and -- its output matched 100% with the x64 build! So it's actually my x86 encoder that's doing something different. Hm......
2012 May 21
1
3.6.5 and "not_defined_in_RFC4178@please_ignore" error
Hello, We're having trouble joining an AD domain with 3.6.5 This message when running net join looks fishy : "got principal=not_defined_in_RFC4178 at please_ignore" OS : Solaris 10 x64 Kerberos : MIT krb5 1.10.1 DC servers are running Windows 2008 The error message is : ./net join -U aranskis Enter aranskis's password: Failed to join domain: failed to lookup DC info for domain 'CORP....
2017 Sep 20
2
owncloud on CentOS - I have problems installing/updating recently
...uite some time of praising ownclowd, I started having problems with installing and updating desktop owncloud-client on CentOS. Namely, yum repository owncloud.org points to for rpm/yum based Linux distributions lives on suse.com site (well, for all flavors of Linux, actually). I remember it smelled fishy for me the first time I installed ownclouud on CentOS using that repository living at suse.com. It worked, however, for quite some time, but recently it just times out for me, even what owncloud.org currently gives as yum.repo information (which has changed from what was in the past). Does anybody...
2014 Dec 18
2
[LLVMdev] [Compiler-rt] -march=aarch64 flag in gcc/clang
Hi Renato, Are you sure? Armv8-a is aarch32, not aarch64. Something smells fishy there. Cheers, James On Thu, 18 Dec 2014 at 08:03, Renato Golin <renato.golin at linaro.org> wrote: > On 16 December 2014 at 20:29, Christophe Lyon > <christophe.lyon at linaro.org> wrote: > >> I don't see "-march=aarch64" is a valid flag on either LLVM o...
2009 Oct 09
0
[LLVMdev] Is ExecutionEngine always meant to be a singleton?
...a way to > get the process's ExecutionEngine instance? > I can't see why. You could make a server to process llvm code. > This would, among other things, allow "lli" to execute bitcode that > itself uses the ExecutionEngine. I think you're doing something a bit fishy here. I'm not sure how you're generating code, but you may want to look at Unladen Swallow or Rubinius or the Kaleidoscope tutorial for how ExecutionEngine is generally used for jitting, and jitting in general. -eric
2017 Sep 21
3
owncloud on CentOS - I have problems installing/updating recently
...with overlapping dependencies in this repository and EPEL. What I did > was simply remove all packages and reinstall the owncloud-client > package. This repository is also always up-to-date, whereas the EPEL > package is regularly lagging behind. Not just you Valeri. Thought it was a bit fishy as well, but figured I'd, as Nicolas mentions, doing a uninstall and then reinstall things might solve the problems. -- //Sorin
2007 Nov 21
9
''it'' duplicate example: BUG
I svn up''ed this morning, to get the following message with rake spec: /Users/smt/src/web/urbis/trunk/vendor/plugins/rspec/lib/spec/example/ example_group_methods.rb:96:in `it'': Duplicate example: ''should contain the total number of messages'' (RuntimeError) Anyone have any ideas why this might be going on? My specs were all passing last night. Let me
2009 Oct 08
4
[LLVMdev] Is ExecutionEngine always meant to be a singleton?
Right now, on X86, creating multiple ExecutionEngines in the same process causes an assertion. If it's supposed to always be a singleton, should there be a way to get the process's ExecutionEngine instance? This would, among other things, allow "lli" to execute bitcode that itself uses the ExecutionEngine.
2005 Oct 29
3
Re: [PATCH] Avoid using dc in git-count-objects
...er Anvin wrote: > > >So it looks like as long as dash can link with klibc then: OK, I've got it to build with klibc using klcc: $ size src/dash text data bss dec hex filename 63333 356 5940 69629 10ffd src/dash Unfortunately there seems to be something fishy in parameter expansion as it fails three regression tests. I need to look into it. However, the good news is that it's smaller than I thought. The above result was actually obtained with klcc -static. So the corresponding size in klibc's ash is $ size ash/sh text data bss...