• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

segmentation violation in loadjava

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I get this error when executing loadjava:
SIGSEGV 11* segmentation violation
si_signo [11]: SIGSEGV 11* segmentation violation
si_errno [0]: Error 0
si_code [1]: SEGV_MAPERR [addr: 0x4e494168]

then, later in the error, the exception looks like
this:

oracle.aurora.server.tools.loadjava.LoadJava.process(Compiled Code)
oracle.aurora.server.tools.loadjava.LoadJavaMain.run(Compiled Code)
oracle.aurora.server.tools.loadjava.LoadJavaMain.main(Compiled Code)
Monitor Cache Dump:
java.lang.Class@FD26FF58/FD3740A0: owner "main" (0x89880, 2 entries)
oracle.jdbc.oci8.OCIDBAccess@FD270300/FD375CA0: owner "main" (0x89880, 1 entry)
and then I get a report with a lot of "unowned" values...
does anyone know what is this?.
Thanks!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic