Check for Socket::TCP_INFO constant before trying to get TCP_INFO
[unicorn.git] / ISSUES
blob10df4d6b96cbaa895138005e8da86f98055aaff2
1 = Issues
3 mailto:unicorn-public@bogomips.org is the best place to report bugs,
4 submit patches and/or obtain support after you have searched the
5 {email archives}[https://bogomips.org/unicorn-public/] and
6 {documentation}[https://bogomips.org/unicorn/].
8 * No subscription will ever be required to email us
9 * Cc: all participants in a thread or commit, as subscription is optional
10 * Do not {top post}[http://catb.org/jargon/html/T/top-post.html] in replies
11 * Quote as little as possible of the message you're replying to
12 * Do not send HTML mail or images,
13   they hurt reader privacy and will be flagged as spam
14 * Anonymous and pseudonymous messages will ALWAYS be welcome
15 * The email submission port (587) is enabled on the bogomips.org MX:
16   https://bogomips.org/unicorn-public/20141004232241.GA23908@dcvr.yhbt.net/t/
18 If your issue is of a sensitive nature or you're just shy in public,
19 use anonymity tools such as Tor or Mixmaster; and rely on the public
20 mail archives for responses.  Be sure to scrub sensitive log messages
21 and such.
23 If you don't get a response within a few days, we may have forgotten
24 about it so feel free to ask again.
26 == Bugs in related projects
28 unicorn is sometimes affected by bugs in its dependencies.  Bugs
29 triggered by unicorn in mainline Ruby, rack, GNU C library (glibc),
30 or the Linux kernel will be reported upstream and fixed.
32 For bugs in Ruby itself, we may forward bugs to
33 https://bugs.ruby-lang.org/ and discuss+fix them on the ruby-core
34 list at mailto:ruby-core@ruby-lang.org
35 Subscription to post is required to ruby-core, unfortunately:
36 mailto:ruby-core-request@ruby-lang.org?subject=subscribe
38 For uncommon bugs in Rack, we may forward bugs to
39 mailto:rack-devel@googlegroups.com and discuss there.
40 Subscription (without any web UI or Google account) is possible via:
41 mailto:rack-devel+subscribe@googlegroups.com
42 Note: not everyone can use the proprietary bug tracker used by Rack,
43 but their mailing list remains operational.
45 Uncommon bugs we encounter in the Linux kernel should be Cc:-ed to the
46 Linux kernel mailing list (LKML) at mailto:linux-kernel@vger.kernel.org
47 and subsystem maintainers such as mailto:netdev@vger.kernel.org
48 (for networking issues).  It is expected practice to Cc: anybody
49 involved with any problematic commits (including those in the
50 Signed-off-by: and other trailer lines).  No subscription is necessary,
51 and the our mailing list follows the same conventions as LKML for
52 interopability.  There is a kernel.org Bugzilla instance, but it is
53 ignored by most developers.
55 Likewise for any rare glibc bugs we might encounter, we should Cc:
56 mailto:libc-alpha@sourceware.org
57 Keep in mind glibc upstream does use Bugzilla for tracking bugs:
58 https://sourceware.org/bugzilla/
60 == Submitting Patches
62 See the HACKING document (and additionally, the
63 {SubmittingPatches}[https://git.kernel.org/cgit/git/git.git/tree/Documentation/SubmittingPatches]
64 document distributed with git) on guidelines for patch submission.
66 == Contact Info
68 * public: mailto:unicorn-public@bogomips.org
69 * nntp://news.gmane.org/gmane.comp.lang.ruby.unicorn.general
70 * nntp://news.public-inbox.org/inbox.comp.lang.ruby.unicorn
71 * https://bogomips.org/unicorn-public/
72 * http://ou63pmih66umazou.onion/unicorn-public/
74 Mailing list subscription is optional, so Cc: all participants.
76 You can follow along via NNTP (read-only):
78         nntp://news.public-inbox.org/inbox.comp.lang.ruby.unicorn
79         nntp://news.gmane.org/gmane.comp.lang.ruby.unicorn.general
81 Or Atom feeds:
83         https://bogomips.org/unicorn-public/new.atom
84         http://ou63pmih66umazou.onion/unicorn-public/new.atom
86         The HTML archives at https://bogomips.org/unicorn-public/
87         also has links to per-thread Atom feeds and downloadable
88         mboxes.
90 You may optionally subscribe via plain-text email:
92         mailto:unicorn-public+subscribe@bogomips.org
93         (and confirming the auto-reply)
95 Just keep in mind we suck at delivering email, so using NNTP,
96 or Atom feeds might be a better bet...