CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=43200
server: Combust/Plack (Perl)
vary: Accept-Encoding
content-encoding: gzip
content-length: 1296
content-type: text/html; charset=utf-8
last-modified: Mon, 13 Oct 2025 09:13:04 GMT
date: Mon, 13 Oct 2025 09:13:04 GMT
strict-transport-security: max-age=15768000
Windows c++ try/catch & croak incompability - nntp.perl.org
Front page | perl.perl5.porters |
Postings from January 2015
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About

Windows c++ try/catch & croak incompability
Thread NextFrom:
Олег ПронинDate:
January 29, 2015 15:41Subject:
Windows c++ try/catch & croak incompabilityMessage ID:
CABFBc45TobAGmzEtjfHQue-tO31_cRTG5FRyJVFM3-Mj6vrNsA@mail.gmail.comAfter try {} catch {} execution, any further croak() in XS will hang after displaying die-message. I tried to use setjmp&longjmp directly after try/catch and it works ok. My perl is strawberry perl 5.20.1. Test XS module attached. Just "dmake test" and you'll see. -- Oleg Pronin, CTO, Co-Founder, Crazy Panda LTD CP Decision LTDThread Next
- Windows c++ try/catch & croak incompability by Олег Пронин
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About