public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug win32/11888] Crash when API LoadLibrary called for some dlls
       [not found] <bug-11888-4717@http.sourceware.org/bugzilla/>
@ 2014-09-12 22:02 ` sergiodj at redhat dot com
  0 siblings, 0 replies; 3+ messages in thread
From: sergiodj at redhat dot com @ 2014-09-12 22:02 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=11888

Sergio Durigan Junior <sergiodj at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |sergiodj at redhat dot com
         Resolution|---                         |OBSOLETE

--- Comment #2 from Sergio Durigan Junior <sergiodj at redhat dot com> ---
Closed as OBSOLETE because of the lack of response.  Feel free to reopen the
bug if it is still valid.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug win32/11888] Crash when API LoadLibrary called for some dlls
  2010-08-06  4:38 [Bug win32/11888] New: " pcode at mail dot ru
  2010-08-06  7:07 ` [Bug win32/11888] " muller at ics dot u-strasbg dot fr
@ 2010-08-19 19:33 ` pedro at codesourcery dot com
  1 sibling, 0 replies; 3+ messages in thread
From: pedro at codesourcery dot com @ 2010-08-19 19:33 UTC (permalink / raw)
  To: gdb-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=11888

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug win32/11888] Crash when API LoadLibrary called for some dlls
  2010-08-06  4:38 [Bug win32/11888] New: " pcode at mail dot ru
@ 2010-08-06  7:07 ` muller at ics dot u-strasbg dot fr
  2010-08-19 19:33 ` pedro at codesourcery dot com
  1 sibling, 0 replies; 3+ messages in thread
From: muller at ics dot u-strasbg dot fr @ 2010-08-06  7:07 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From muller at ics dot u-strasbg dot fr  2010-08-06 07:07 -------
Could you please give more details:
The following simple program does not crash for me, neither directly
nor inside GDB:

$ cat test-dsound.pas

uses
  sysutils,
  windows;


var
  h : HMODULE;
  func : pointer;

begin

  h := LoadLibrary ('dsound.dll');
  writeln(format ('HMODULE to Library is 0x%x', [longint(h)]));

  func := GetProcAddress (h, 'DirectSoundCreate');
  FreeLibrary (h);
  writeln(format ('Address of longjmp is 0x%x', [longint(func)]));
end.

But it might be due to a different dsound DLL version.
Could you please report the output of this program,
first ran directly, and after inside GDB?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at sourceware dot|muller at sourceware dot org
                   |org                         |
             Status|UNCONFIRMED                 |ASSIGNED


http://sourceware.org/bugzilla/show_bug.cgi?id=11888

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-12 22:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11888-4717@http.sourceware.org/bugzilla/>
2014-09-12 22:02 ` [Bug win32/11888] Crash when API LoadLibrary called for some dlls sergiodj at redhat dot com
2010-08-06  4:38 [Bug win32/11888] New: " pcode at mail dot ru
2010-08-06  7:07 ` [Bug win32/11888] " muller at ics dot u-strasbg dot fr
2010-08-19 19:33 ` pedro at codesourcery dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).