PacketFence - BTS - PacketFence | |||||
View Issue Details | |||||
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 | |||
fixed in git revision | |||||
fixed in mtn revision | |||||
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 | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
Notes | |||||
|
|||||
|
|