getTextBlock failed (address ... in pid ...)

Ask a Question related to AIX, Design and Development.

  1. #1

    Default getTextBlock failed (address ... in pid ...)

    Hello.

    I have problem with xldb under AIX5.
    Next error message appears in xldb when I try to debug my program:
    "Unexpected error: getTextBlock failed (address ... in pid ...),
    errno=5:
    I/O error".
    Does anyone know how to fix this problem?

    Vladimir Bezugliy.

    Vladimir Bezugly Guest

  2. Similar Questions and Discussions

    1. (0x8004E025) COM+ Activation failed because an initialization function failed. Check the event log for more information.
      Resolved this issue... Removed component from COM+ registration. Deleted DLL. Re-compiled DLL from source. Re-registered in COM+. Works fine. Mr...
    2. AOL and IP Address Changes
      I am writing a script that relies on retrieving the $ENV{REMOTE_ADDR} from the user's browser. I'm depending on this for database information...
    3. CLI connection failed. SQL30082N Attempt to establish connection failed with security reason "24"
      Hi, have you found the failure? Because I'm now in the same situation and don't know how to go on??? :( Thanks Originally posted by Prince...
    4. ftp address
      here is the requested ftp URL <ftp.ipswitch.com> Thank's, Bue.
    5. Getting my IP address
      Is there a piece of Ruby code somewhere that will tell me what my IP address is, and will work on at least Linux, Windows and MacOS X?
  3. #2

    Default Re: getTextBlock failed (address ... in pid ...)

    Vladimir Bezugly wrote:
    > I have problem with xldb under AIX5.
    > Next error message appears in xldb when I try to debug my program:
    > "Unexpected error: getTextBlock failed (address ... in pid ...),
    > errno=5:
    > I/O error".
    > Does anyone know how to fix this problem?
    Does dbx provide the same complaint? Is your version of xldb
    the latest/greatest? If so, report the problem.

    --
    Gary R. Hook / AIX PartnerWorld for Developers / These opinions are MINE
    __________________________________________________ ______________________

    Gary R. Hook Guest

  4. #3

    Default Re: getTextBlock failed (address ... in pid ...)

    >> I have problem with xldb under AIX5.
    >> Next error message appears in xldb when I try to debug my program:
    >> "Unexpected error: getTextBlock failed (address ... in pid ...),
    >> errno=5:
    >> I/O error".
    >> Does anyone know how to fix this problem?
    >
    > Does dbx provide the same complaint? Is your version of xldb
    > the latest/greatest? If so, report the problem.
    Dbx and idebug work normally.
    This bug reproduces only in xldb.
    I use xldb 1.2.4.0.
    But others people don't have problem with xldb.
    Where can I report this problem?
    Vladimir Bezugly Guest

Posting Permissions

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

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 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139