similar to: [Bug] Seg Faulting in index.rb:718

Displaying 20 results from an estimated 2000 matches similar to: "[Bug] Seg Faulting in index.rb:718"

2006 May 12
7
RJS and page.select collection size
I need to implement a conditional in my RJS template which looks something like: if (page.select(''row1'').first != null) page << "new TableRow.MoveAfter(''row1'', ''newrow'');" else page << "new TableRow.MoveAfter(''row2'', ''newrow'');" end Now, dumb question.. My
2006 May 28
14
Lightbox and RJS
Hi, I am trying to include lightbox functionality in my app, but there is a slight complication. Apparently lightbox initializes all the links to lightbox events on page load. However, in my case, some new links to lightbox events will be rendered to the page through ajax events (obviously this means after the page loads). So I figure I need to find a way to call lightbox''s
2006 Sep 22
15
Win XP / Ferret & Acts_as_ferret .dump problem
Hey, Has anyone managed to bypass or fix the ferret''s .dump method problem? When I include acts_as_ferret my whole rails app just blows up because of Ferret''s .dump method. Ex: --- print "\t hello".dump >> "\t hello">Exit code: 0 --- --- require ''ferret'' print "\t hello".dump >> " hello"(NUL
2006 May 24
1
Automagic number of views/clicks?
Hey, Just wondering.. Are there are any automagic constructs in rails for keeping track of number of views/clicks associated with the record? For example, created_at and updated_at are automagically updated on edit/new actions, are there any similar constructs for clicks/views of the record? Thanks. Ilya -- Posted via http://www.ruby-forum.com/.
2011 Nov 22
4
A "strict Arel" mode for ActiveRecord to prevent SQL injection vulnerabilities
Hello rubyonrails-core, I’ve been looking into possible changes to ActiveRecord / Arel to make it easier to write Rails applications that are free of SQL injection vulnerabilities, and in particular do so in a way that makes it easy for a code reviewer to verify that the app is safe from such bugs. The concern: ----------------- With the ActiveRecord API as is, it’s relatively easy to write
2007 Apr 01
1
Ajax response not evaluating?
This is an odd one. I just noticed that for some odd reason, my ajax responses on graphics-world.com (rate a tutorial, report a tutorial, etc.) are not being evaluated. To make the puzzle even more interesting, it does work fine when a user is logged in! Looking at the request/response cycle in Firebug, everything is fine. Here is a sample response for non-logged in user:
2006 Feb 06
3
Typo download during site migration
Is there a deep link still active to download Typo while http://typo.leetsoft.com/ moves to its new home? Thanks, Zack -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/9034c40f/attachment.html
2007 Jan 22
6
[Ferret] Test failures for ferret tagged REL-0.10.14
Hi Dave, I''ve been getting some segment faults while running my tests using 0.10.14 gem so I decided to package the gem locally to add -dH and generate core dumps for you. So I followed instructions here http://ferret.davebalmain.com/trac/wiki/DownloadCurrent and first off ran the tests. I''m getting the following failures. (see this pastie http://pastie.caboo.se/34790). I
2009 Apr 01
2
hpricot won't scrape! (newb question)
Hey all! Just to preface, I am fairly new to RoR, and brand new to using hpricot. I am using the following code to scrape this xpath: "/html/body/div/div[5]/div/div[2]/div[2]/div[2]" from this url: "http://www.greatnonprofits.org/" Here is my code to do so (taken from igvita.com''s related blogpost): ************* require ''rubygems'' require
2006 Oct 16
0
seg fault, ferret 0.10.11
Hi, we''re using Ferret 0.10.11 with acts_as_ferret (stable from svn), on a unix box, running rails 1.1.6 in production. a few days ago i rebuilt the index (by deleting the previous one and letting acts_as_ferret do its thing), and it ran fine for a few days. this evening i got a seg fault when one of the indexes was being updated via aaf, and now all ferret searches are busted,
2008 Jun 03
2
Asterisk Seg faulting.... No core dump.
I have a instance of Asterisk 1.2.14 that is being run from safe_asterisk. Asterisk is seg faulting and NOT generating a core dump. Why would that be? How can I make it dump core? Is there a setting in the safe_asterisk script that I am missing? Thanks, Doug. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Apr 07
1
H.323 Seg faulting
Can someone take a look, tell me if this is a bug, a possible resources issue, or my own damn fault? http://bugs.digium.com/bug_view_page.php?bug_id=0001381 Thanks, Derek -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040407/f8f4d79b/attachment.htm
2007 Jul 21
1
[LLVMdev] Seg faulting on vector ops
On 21/07/2007 23:51:28, Chris Lattner (sabre at nondot.org) wrote: > Evan's solution is the right one. However, your code is valid, so it > shouldn't > crash. I think it dies because linux does not guarantee that > the stack is 16 byte aligned, and the vector operations expect this. The > code generator should compensate and dynamically align the stack on entry >
2001 Feb 02
0
WINE is seg faulting!
EvilPenguin schrieb: > > I installed wine today according to the Linux Half-Life HOWTO (guess > what I was going to use it for?). The configuration and building > reported no errors, but when i went to run the install program (for HL), > I got the following error: > > evilpenguin@paladin:~$wine Setup.exe > FIXME:pthread_rwlock_rdlock > FIXME:pthread_rwlock_unlock >
2006 Feb 06
1
asterisk 1.2.4 seg faulting today had been working fine since update
All, I had updated to 1.2.4 right when it came out. I had been working just fine. Today I seem to be having recuring seg faults. can explain it. How can I find why? Anyone else experiencing this? I am running (2) TDM04B cards (has been working since 1.0.9) I have a handfull of UIP200 phones and 1 cisco 7960. I have a unused broadvoic connection that I commented out the registration statement
2015 Jun 05
3
Migration to centos 7 and program seg faulting
Everything on Centos 7 seems fine - except - my program. I am trying to compile and run on centos 7. Everything compiles/runs on C6, the executable from C6 runs on C7. when I compile and run on C7 - I get a SEG fault. when I debug: gdb program break main run I get a seg fault at or before main What might I be looking for in this case? Thanks, Jerry
2015 Jun 05
0
Migration to centos 7 and program seg faulting
On 06/05/2015 04:18 AM, Jerry Geis wrote: > when I debug: > gdb program > break main > run > I get a seg fault at or before main > > What might I be looking for in this case? Even if it segfaults before main(), you should be able to examine the stack to see what's going on. Beyond that, any advice we give you would be blind guessing. My blind guess would be a symbol
2015 Jun 08
0
Migration to centos 7 and program seg faulting [solved]
Thanks for the suggestions. My case ended up being a large local variable (stack data)that was fine before and not fine on CentOS 7. If found it by #ifdef entire main function, my program then ran. I then just started letting in chunks of code to narrow it down. jerry
2007 Feb 19
2
Ferret seg-faulting during search
Hi, I''m using ferret and running into troubles with it seg faulting during searches. The index I''m searching is static and is only updated in an offline way once every couple weeks. The segfault isn''t deterministically reproducible, but if I hammer ferret hard enough I can reliably get it to crash. The problem seems to have something to do with how memory is shared
2004 Dec 19
0
ztcfg seg faulting
I am running * in a development environment, adding functionality as I go. The * box has a X100P card in it which ztcfg enabled as channel 1 with fxsks signalling (fxsks=1). Everything worked fine and I was able to make inbound and outbound calls to/from the PSTN, the only issue being that some exchanges wouldn't handle the dtmf signalling, but I put that down to a peculiarity with some AU