Menu

#1012 rxapi fails when trying to use 2 super class's

closed
None
5
2012-08-14
2011-05-30
No

I am trying to use oodiagram - which is the base super
- but also access a db with rexxsql using sqlstream class which also tries to use super
- when the sqlstream tries to call the rexxsql init class
- rxapi falls over
- I think its because its actually calling oodiagram init class again. I have tried to follow the info on mixin class's
- but an working example would be nice

I don't think rxapi should fail - just report an error

Faulting application name: rexxsql.exe, version: 2.6.0.0, time stamp: 0x4dda59c8
Faulting module name: KERNELBASE.dll, version: 6.1.7601.17514, time stamp: 0x4ce7bafa
Exception code: 0xebf00baa
Fault offset: 0x0000b727
Faulting process id: 0x1bdc
Faulting application start time: 0x01cc1ec0e899ea31
Faulting application path: C:\ooRexx\rexxsql.exe
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
Report Id: 32750495-8ab4-11e0-aff5-001c257ccc1d

Thanks
Anthony

Discussion

  • Mark Miesfeld

    Mark Miesfeld - 2011-05-30

    Hi Anthony,

    On the face of it, from your information, it looks like it is rexxSQL that is crashing, not rxapi.

    rexxSQL is not a part of the ooRexx project, you should report the crash to the rexxSQL project.

    If you still believe that this is a problem with ooRexx, you will need to provide a short working program that demonstrates the problem and complete instructions on how to use the program to reproduce what you see. Otherwise there is nothing we can do about it.

     
  • Mark Miesfeld

    Mark Miesfeld - 2011-12-28

    This is RexxSQL that is failing:

    C:\ooRexx\rexxsql.exe

    RexxSQL is not a part of ooRexx. You need to report this problem to the RexxSQL project. It has nothing to do with ooRexx.

     

Anonymous
Anonymous

Add attachments
Cancel