From: Gleb Stiblo <g.stiblo@sam-solutions.net> To: ALT Linux Community <community@lists.altlinux.org> Subject: [Comm] Segmentation fault Date: Tue, 20 Dec 2005 10:49:05 +0200 Message-ID: <20051220084905.GA30431@sam-solutions.net> (raw) In-Reply-To: <43A74747.9070200@lsi.bas-net.by> On Tue, Dec 20, 2005 at 01:50:31AM +0200, spider wrote: [ skipped ] DAK>>Segmentation fault - что это такое и как с этим бороться? DAK>> s> Обращение к тем участкам адресного пространства, которое не s> отображено на реальную память, вызывает исключение процессора s> SIGSEGV. Это происходит исключительно из-за небрежного s> программирования. Чаще всего встречается при залезании за границу s> запрошенного участка памяти, например, при обработке массивов. s> Есть тулза в дистрибутиве AM 2.4 -- valgrind. Она позволяет оттрассировать s> программу на предмет небрежного программирования. s> Бороться в С с SIGSEGV очень просто: s> -- проверять в обязательном порядке возврат от *всех* системных вызовов; s> -- это же делать и для своих вызовов: s> -- аккуратно работать с памятью -- каждому malloc() надо дать по free(). s> Никогда не вставайте из-за компьютера, если для каждого malloc() не s> написан его free(), даже поссать не вставайте и даже гуще:-). Супер! Всё письмо нужно резать на фортунки! [ skipped много интересного ] Всего, Глеб. -- Gleb Stiblo AKA UlfR <g.stiblo@sam-solutions.net>
next prev parent reply other threads:[~2005-12-20 8:49 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-12-20 1:36 Dmitry A. Kharitonov 2005-12-19 23:50 ` spider 2005-12-20 7:14 ` Dmitry A. Kharitonov 2005-12-20 8:49 ` Gleb Stiblo [this message] 2005-12-20 9:44 ` Genix 2005-12-22 18:58 ` [Comm] " Michael Shigorin 2005-12-22 18:58 ` Michael Shigorin 2005-12-20 15:22 ` [Comm] " Alexey Morsov 2005-12-20 8:41 ` [Comm] Re: [Hardware] " Michael Shigorin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20051220084905.GA30431@sam-solutions.net \ --to=g.stiblo@sam-solutions.net \ --cc=community@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git