Find the answer to your Linux question:
Results 1 to 3 of 3
I'm wondering if anyone has ever encountered strcpy hanging up and not returning back from its call. I'm running in RHEL 4....
  1. #1
    Just Joined!
    Join Date
    Aug 2007
    Posts
    33

    strcpy bug

    I'm wondering if anyone has ever encountered strcpy hanging up and not returning back from its call. I'm running in RHEL 4.

  2. #2
    Linux Enthusiast likwid's Avatar
    Join Date
    Dec 2006
    Location
    MA
    Posts
    649
    No, have you run the application in gdb?

  3. #3
    Linux Engineer wje_lf's Avatar
    Join Date
    Sep 2007
    Location
    Mariposa
    Posts
    1,192
    My guess is that you have a memory corruption problem somewhere. Memory corruption problems do not always result in a SIGSEGV.

    To check out this possibility, use electric fence with gdb. (Others might recommend similar tools.)

Posting Permissions

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