marioroy / mce-perl

Many-Core Engine for Perl
Other
45 stars 5 forks source link

Stuck at MCE::Shared::start in perl debug mode #2

Closed crotoc closed 8 years ago

crotoc commented 8 years ago

Hi Roy, I like your MCE very much and always script with it when I need multiple threads. I have encountered a problem when scripting with MCE::Map. It stucked at a line "MCE::Shared::start;", so I wrote a script with only two lines: use MCE::Shared; MCE::Shared::start;

and it can be executed with perl but not in debug mode (run "perl -dt test.pl" in bash and then input "c" to run script in debug mode). Can you tell me what's going on?

Thanks very much!

crotoc commented 8 years ago

Sorry, that's not the err of MCE. It's from module "threads".