similar to: rake test:functionals seg fault

Displaying 20 results from an estimated 50000 matches similar to: "rake test:functionals seg fault"

2009 Mar 06
2
rake test:functionals -> Task not supported by ''
I have a Rails project in which I''ve been using "rake test" tasks with great success. At some point (there were a few changes in the interim), rake started aborting test tasks. Here is the dialog: === $ rake test:functionals (in /Users/fritza/myproject) rake aborted! Task not supported by '''' (See full trace by running task with --trace) === The separate
2013 Jan 08
1
[LLVMdev] LLVM seg fault : dereference an uninitialized pointer Instruction*
Hello everyone, I encounter a segfault problem in my LLVM function pass. I think the problem is that I dereference an uninitialized pointer from an array of Instruction* elements which results in undefined behavior. The array is : Instruction** ifsInstrArray = new Instruction*[100]; The problem appears only sometimes (during runOnFunction && visiting BasicBlocks and Instructions).
2006 Sep 27
2
Seg Fault - crashed our server
We were using ferret (with acts_as_ferret) on our production boxes. Everything was going OK for a few days then we got a seg fault from it that brought down the box. The specs: * Rails 1.1.6 * Ruby 1.8.4 * Ferret 0.10.6 * RedHat ES 3 * Apache * Pound * 5 instances of Mongrel Can ferret handle multiple processes accessing it''s files at the same time? Not that we were doing this (but
2004 Aug 06
0
icecast2 seg fault
> I'm trying to adapt darkice to the current state of icecast2. As I see, > there is a possibility to stream in various formats, by specifying a > Content-type field on the source header. All the hooks are there for other formats, but we haven't added any but Vorbis. > When I try to log in with an mp3 source, I get a seg fault from > icecast2. The connection looks
2005 Nov 20
1
mapply() gives seg fault (PR#8332)
--KsGdsel6WgEHnImy Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit Hi, people. Wandering in R archives, and seeing the message attached below, I noticed that: mapply(rep,times=1:4, MoreArgs=42) still segfaults on R 2.2.0, and thought I should be a good citizen and report it, even if I do not have an actual problem
2007 Jun 09
1
Rake test tasks only work with --trace
So this has left me completely confused. I''m trying to get the test suite going on an existing app, but things going a little crazy. In the application directory if I do ''rake'' or ''rake test'' I get: rake aborted! Lost connection to MySQL server during query However if I do ''rake test:units'' or ''rake
2007 Aug 24
2
error in rails 1.2.3 activerecord
i''m a rails nuby so i don''t know where to fix this in the activerecord module.... there is no such column in the sys.view.user_constraints. SELECT uc.index_name FROM user_constraints uc WHERE uc.constraint_type = ''P'' this prevents me from doing a rake test:functionals ...as in below.... C:\railsspace>c:\ruby186\ruby\bin\ruby c:\ruby186\ruby\bin\rake
2008 Sep 14
2
rake spec:rcov => [BUG] Segmentation fault ruby 1.8.6 (2007-09-24) [i386-mswin32]
i have a rails app that tests fine with "rake spec" but gets a segmentation fault when "rake spec:rcov" is run. i am on windows xp, ruby 1.8.6, rails 2.1.1, mysql 5 my app is at http://github.com/scottnj/test_blog/tree/master so maybe someone can try to replicate my error so i know if the problem is with my code or something installed on my pc. here is a copy of my shell
1997 Apr 08
0
R-alpha: Seg.faults with complex: factor(..), unique(..). Missing feature ``sort( complex(..) )''
1) Several functions still (0.50 - pre6) give seg.faults when called with complex: unique( 1i) --> segfault In 'factor', levels are defaulted to 'sort(unique(x))' which seg.faults factor( 1i). Because of 'factor', table(..complex..) seg.faults,..... 2) sort ( complex ) [[Of course this is minor ..]] You may not believe this can be useful, but... I've
2009 Dec 30
1
seg-fault... but on what
I got the following after running succesfully through this loop 28 million times... the loop opens text files in a directory and inserts line by line into a database... *** caught segfault *** address 0xc0000010, cause 'memory not mapped' Traceback: 1: .getGeneric(f, where, package) 2: getGeneric("coerce", where = where) 3: as(obj, "integer") 4:
2005 Mar 22
0
RE: etc win32utils seg faults when a pdc/bdc is queried
> -----Original Message----- > From: "Pe?a, Botp" [mailto:botp@delmonte-phil.com] > Sent: Tuesday, March 22, 2005 12:19 AM > To: ruby-talk ML > Subject: Re: etc win32utils seg faults when a pdc/bdc is queried > > > Hi Win32 team, > > Etc seg faults when a pdc or bdc (domain controller) is > queried. Is support for domain controllers not up yet? >
2004 Aug 06
2
icecast2 seg fault
Hi, I'm trying to adapt darkice to the current state of icecast2. As I see, there is a possibility to stream in various formats, by specifying a Content-type field on the source header. When I try to log in with an mp3 source, I get a seg fault from icecast2. The connection looks something like: SOURCE /mountpoint ICE/1.0 Content-type: audio/mpeg ice-password: password ice-bitrate: 96
2014 Jan 21
2
seg fault on search
I have written a very simple function to return the match count based on the simplesearch.cc code. It fails with a seg fault. The relevant code is: -------------------- int ftQuery(char* qs, const char* dbname,char* results, int msize) { long docid; char* op; char fullDB[1024]; string queryString;
2009 Apr 03
1
Seg Fault after upgrade to Asterisk 1.6.0.8
Went from 1.6.0.6 to 1.6.0.8 and resulted in segmentation fault. Reverted to 1.6.0.6 and back to normal. ------------------ Linux asterisk.hulber.com 2.6.18-128.1.1.el5 #1 SMP Mon Jan 26 13:58:24 EST 2009 x86_64 x86_64 x86_64 GNU/Linux Apr 3 11:49:56 asterisk kernel: asterisk[3780]: segfault at 00002ce1ac0537a8 rip 0000003e980715a8 rsp 00007fff5bf00c30 error 4 Apr 3 11:50:00 asterisk
2007 Jul 10
5
Seg Fault caused by StatusBar. Am I doing something wrong?
Some odd bug cropped up when I made a bunch of code changes to my app recently. I started getting the following everytime I closed the app: ---------------------------------- [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact the application''s support team for more information.
2009 Jan 15
0
"rake test" works but "rake test:units" fails
"rake test" runs all the tests as it should... but "rake test:units" C:\...\...>rake test:units (in C:/.../...) rake aborted! FATAL C3D000 Mdatabase "postgres" does not exist Fpostinit.c L274 RInitPostgres (See full trace by running task with --trace) Small part of the trace: C:\...\...>rake test:units --trace (in C:/.../...) ** Invoke test:units
2004 Aug 06
0
icecast2 alpha 1 (09/19/03) seg fault
Hi, icecast2 doesn't want to run stable on my Slackmachine: Linux tyson 2.4.18 #9 Fri Oct 4 17:13:35 CEST 2002 i586 unknown I followed the guidelines at http://melmoth.dyndns.org. I use Winamp v2.81 in combination with Oddcast DSP plugin. I can get the stream up and running. I also can connect to it and listen to it through another instance of Winamp. The seg fault is reproducable: 1. I
2006 Oct 13
1
Seg fault, please help
Hi Everyone, I found these in my log files. I am running the latest version of gs, as distributed by CentOS Oct 11 18:03:27 charlie kernel: gs[9960]: segfault at 0000000000000000 rip 0000003f0cd2063e rsp 0000007fbfffe090 error 6 Oct 12 14:40:58 charlie sshd(pam_unix)[12919]: session opened for user root by root(uid=0) Oct 13 15:16:11 charlie kernel: gs[16302]: segfault at 0000000000000000 rip
2007 Dec 05
1
rake error - please help
Hi- I''m suddenly getting this rake error where as before I wasn''t. And nothing''s been changed. As you can see it says something about "load_missing_constant". Is my development environment broken? Can someone please tell me what this error means?: bbgun@echobase:~/RailsProjects/rails_space$ rake test:functionals (in /home/bbgun/RailsProjects/rails_space)
2007 Sep 26
0
Rake DB Migration
Hai All, i have installed Ruby and Rails in my localhost, and i have to download Rubricks CMS and installed in my localhost in the installing process i got below Error Please Say how can i rectify this. ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! wrong number of arguments (1 for 0)