Results 1 to 1 of 1

Thread: How to know where a signal was raised

  1. #1
    Join Date
    Sep 2005
    Location
    Madrid
    Posts
    31

    How to know where a signal was raised

    Since I was unable to use gdb with the mipsel cores, I has written an small library that loads with LD_PRELOAD and intercepts the signals SIGSEGV, SIGBUS and SIGILL and shows the direction where the signal was raised.

    This is a real example on my Asus WL-500gx:

    [unai@perseida root]$ lua
    Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio
    > require("socket")
    Uncaught fatal signal 11 raised at 0x2ACC4BFC:/lib/libc.so.0+0x2CBFC[_cs_close+0x1C] (address 0)
    Segmentation fault (core dumped)

    I don't have a better place to put this utility, so I attach it here.
    Attached Files Attached Files

Similar Threads

  1. Signal Power
    By Panja in forum Dutch Discussion - Nederlands
    Replies: 37
    Last Post: 24-09-2005, 03:46
  2. Printer and signal on wl-500g(not deluxe)
    By snowfreek in forum WL-500g Q&A
    Replies: 3
    Last Post: 04-09-2005, 15:48
  3. My computer always has a low signal
    By rkce01 in forum WL-138g [Marvell Chipset]
    Replies: 0
    Last Post: 11-08-2005, 14:27
  4. Is it possible to have Signal Strenght meter??????
    By roadkiler in forum WL-500g Q&A
    Replies: 0
    Last Post: 14-06-2005, 20:23

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •