Ticket #333 (assigned defect)
Ferret segfaults when specific method is called on a LazyDoc
| Reported by: | ej.finneran@… | Owned by: | dbalmain |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
I have a ContentTranslation? model that I index via acts_as_ferret in rails.
If I call this: ContentTranslation?.query("class_name:ArticleTranslation").first.first[:brand_guid]
it returns the proper field fine. Calling this: ContentTranslation?.query("class_name:ArticleTranslation").first.first[:master_brand_guid]
segfaults ruby. Both are indexed fields of the model so I don't know why one fails and the other doesn't. I've included a backtrace using gdb on Linux.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
