bugfluxus - Bugs: bug #32934, build-type crash

 
 

bug #32934: build-type crash

Submitter:  gabor papp <gabor_papp>
Submitted:  Mon 28 Mar 2011 12:50:30 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 28 Mar 2011 12:50:30 PM UTC, original submission:  

the following script crashes after running for about 1-2 minutes.

  1.   libGLU.dylib                    0x970b1623 gluTessCallback + 371

1   fluxus-engine_ss.dylib          0x027bb430 Fluxus::TypePrimitive::BuildGeometry(FT_GlyphSlotRec_* const&, Fluxus::TypePrimitive::GlyphGeometry&, float, bool) + 80
2   fluxus-engine_ss.dylib          0x027bd849 Fluxus::TypePrimitive::SetText(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) + 329
3   fluxus-engine_ss.dylib          0x0277cee4 build_type(int, Scheme_Object**) + 372

-----

(clear)

(define objs '())

(define (test)
  (for-each
    destroy
    objs)

  (with-state
      (translate #(-5 6 0))
      (set! objs
        (for/list ([name (list "aa" "bb" "cc" "dd")])
            (let ([t (build-type fluxus-scratchpad-font (string-append name " " (number->string (rndf))))])
              (with-primitive t
                    (scale .2))
              (translate #(0 -1 0))
              t)))))


(every-frame (test))

gabor papp <gabor_papp>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gabor_papp (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code