Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Image::Magick "Features" question

by pvaldes (Chaplain)
on Oct 11, 2011 at 21:14 UTC ( [id://930887]=note: print w/replies, xml ) Need Help??


in reply to Image::Magick "Features" question

(...Just wondering why you didn't install the package compiled for your ubuntu version).

The former code works for me after adding "use diagnostics;" either if I use $image1->Features(1) or $image1->Features()

If I comment the line "use diagnostics" I got a segfault error

Replies are listed 'Best First'.
Re^2: Image::Magick "Features" question
by delilama (Initiate) on Oct 12, 2011 at 03:58 UTC
    (...Just wondering why you didn't install the package compiled for your ubuntu version).

    My Ubuntu's version of PerlMagick doesn't have this method.

    I'll try the "use diagnostics;" hack.

    Is there any easy way to debug (via GDB) problems with binary modules in Perl?

      Is there any easy way to debug (via GDB) problems with binary modules in Perl?

      Sure, compile debug version of perl, debug version of imagemagick and all its prerequisites ... fireup gdb and do something gdb-ish with the expert c-knowledge of perl internals :)

      panic: pp_iter

      (P) The foreach iterator got called in a non-loop context frame.

      If it were me, i'd report the bug upstream to all parties concerned :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://930887]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-24 05:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found