Background- I'm using Apache::Session and the Postgres module ( latest versions of all ) under mod_perl 2

Whenever I try to tie a session var on my laptop, modperl segfaults. This is relatively new -- i have no idea when/why this started. This only happens on my ibook osx 10.4 travel machine; it does not happen on my g5 10.4 workstation, my ubuntu & freebsd dev boxes, or any of my freebsd production machines.

there's a small chance this happend because of an osx upgrade; however the os is the same version as the g5 desktop. i think i've reinstalled everything except for perl, which i really don't want to rebuild, for fear of screwing up the laptop.

can anyone offer some pointers on debugging this somehow? maybe someone had an issue with this before? its an old ibook, it doesn't seem have enough power to handle doing a gdb stack trace under mod_perl -- i've tried and it just hangs.

any pointers would be very much welcome, this is pissing me off; i'd like to work on some sections of code in the park this weekend, and I can't unless this is resolved.

In reply to tie w/Apache::Session keeps segfaulting on my laptop by 2xlp

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.