Ticket #1252 (closed todo: invalid)

Opened 12 years ago

Last modified 11 years ago

src/dynpmc/gdbmhash.pmc: Handle case where libgdbm.so cannot be loaded on Win32

Reported by: jkeenan Owned by: barney
Priority: normal Milestone:
Component: library Version: 1.7.0
Severity: medium Keywords: gdbm
Cc: Language:
Patch status: Platform: win32

Description

This ticket moves into Trac discussion of an issue originally found in RT at  RT #46393.

     94     VTABLE void class_init() {
     95 #ifdef WIN32
     96         /* RT #46393: What if libgdbm.so cannot be loaded */
     97         /* Parrot_load_lib(interp, slib, NULL); */
     98         STRING *slib = CONST_STRING(interp, "gdbm3");
     99 #endif
    100     }

Change History

  Changed 12 years ago by barney

  • owner set to barney
  • status changed from new to assigned

  Changed 12 years ago by barney

I'll ask at the next #parrosketch, whether the GDBMHash-PMC can be removed, or has to be deprecated. AFAIk nobody needs this PMC.

  Changed 11 years ago by nwellnhof

  • platform set to win32

in reply to: ↑ description   Changed 11 years ago by darbelo

  • status changed from assigned to closed
  • resolution set to invalid

This PMC has been removed from the parrot core. It now lives at  http://gitorious.org/dbm-dynpmcs/ as an external module, rendering this ticket meaningless for parrot. I'm closing this as 'invalid' for parrot, since it should be tracked in the external module's tracker.

Note: See TracTickets for help on using tickets.