Anonymous | Login | 2024-11-22 04:45 EST |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0001636 | PacketFence | core | public | 2013-04-25 08:12 | 2013-04-29 17:36 | |||
Reporter | Moshe_Levi | |||||||
Assigned To | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||
Status | closed | Resolution | fixed | |||||
Platform | OS | OS Version | ||||||
Product Version | 3.5.1 | |||||||
Target Version | Fixed in Version | +1 | ||||||
Summary | 0001636: pfsetvlan coredump when stoping packetfence service | |||||||
Description | I am using centos 6.3 with coredump enabled every time I stop the packetfence I see coredump fromm pfsetvlan the reason is because it send signal 6 in the end END { if ( ( !$man ) && ( !$help ) ) { $logger->info("stopping pfsetvlan"); deletepid(); foreach my $t (@completeThreadList) { $t->detach; } kill 6, -$$; } } signal 6 is SIGABRT which by default action is to terminate the process and dump core see http://linux.about.com/od/commands/l/blcmdl7_signal.htm [^] I am not sure why pfsetvlan need to kill it self and it is not gracefully shutdown but if it is needed it is better to use SIGTERM to just terminate the process and not coredump | |||||||
Tags | No tags attached. | |||||||
fixed in git revision | ||||||||
fixed in mtn revision | ||||||||
Attached Files | ||||||||
Notes | |
(0003302) ludovic (administrator) 2013-04-29 17:36 |
See: https://github.com/inverse-inc/packetfence/commit/ec2318a692bf2839ff59118e6c11fea1f22238e0 [^] This will be part of v4. |
Issue History | |||
Date Modified | Username | Field | Change |
2013-04-25 08:12 | Moshe_Levi | New Issue | |
2013-04-29 17:36 | ludovic | Note Added: 0003302 | |
2013-04-29 17:36 | ludovic | Status | new => closed |
2013-04-29 17:36 | ludovic | Resolution | open => fixed |
2013-04-29 17:36 | ludovic | Fixed in Version | => +1 |
Copyright © 2000 - 2012 MantisBT Group |