aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/chatnav.c
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2014-11-26 02:25:05 -0300
committerdequis <dx@dxzone.com.ar>2014-11-26 02:25:05 -0300
commit7233f68b3d99c447d4f0cd855b179b9079383bb2 (patch)
treef06359d045523795c6e6f75dd68d28c5412dec9a /protocols/oscar/chatnav.c
parent6f6725c5bbec31d1b9f6937f229f140828e50e45 (diff)
Improved signal handling to avoid deadlocks
- SIGSEGV: broadcast a message manually, avoiding the usual irc_write() functions which are unsafe due to malloc(). - SIGTERM, SIGINT: Write to a pipe which gets handled in the main loop by bitlbee_shutdown(), saving configs and stuff. - SIGCHLD: set to ignore explicitly, which handles zombies correctly. This also drops some log messages with 'info' level, which in practice means they never got logged. - SIGPIPE: set to ignore (nobody cares) - SIGILL, SIGBUS, SIGFPE, SIGQUIT, SIGXCPU: Not handling anymore.
Diffstat (limited to 'protocols/oscar/chatnav.c')
0 files changed, 0 insertions, 0 deletions
/0.20.0.14'>hotfix/0.20.0.14 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/category_and_heading_migrator.rb
blob: 93b8fc3b26e6ea1e883a86f8af63657d2e3549cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85