Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-52

objdump crash when compiling reactos

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • Documentation
    • None
    • Operating System: ReactOS
      Platform: x86 Hardware

    Description

      When compiling reactOS under windows 98,
      an error occurs on 2 or three objdump.

      The eroor is not a problem, however, as a message box is displayed (because
      windows detect objdump makes an error), the compilation is stoped till the
      button is pressed.

      The following show both:
      + the output, before the objdump error
      + the "details" of the error as reported by windows
      + a little translation

      ______________________________________________________________________
      \
      -nostartfiles -nostdlib \
      -o junk.tmp \
      ./fs_rec.coff blockdev.o fs_rec.o cdfs.o fat.o ntfs.o udfs.o ../../../dk
      /nkm/lib/ntoskrnl.a ../../../dk/nkm/lib/hal.a
      ../../../tools/rdel junk.tmp
      dlltool --as=as --dllname fs_rec.sys \
      --base-file base.tmp \
      --output-exp temp.exp
      ../../../tools/rdel base.tmp
      gcc \
      Wl,-subsystem,native \
      Wl,-image-base,0x10000 \
      Wl,-file-alignment,0x1000 \
      Wl,-section-alignment,0x1000 \
      Wl,-entry,_DriverEntry@8 \
      -Wl,temp.exp \
      -mdll -nostartfiles -nostdlib \
      -o fs_rec.nostrip.sys \
      ./fs_rec.coff blockdev.o fs_rec.o cdfs.o fat.o ntfs.o udfs.o ../../../dk
      /nkm/lib/ntoskrnl.a ../../../dk/nkm/lib/hal.a
      ../../../tools/rdel temp.exp
      ../../../tools/rsym fs_rec.nostrip.sys fs_rec.sym
      objdump -d -S fs_rec.nostrip.sys > fs_rec.map

      __________________________________
      OBJDUMP a causé une défaillance de page dans
      le module OBJDUMP.EXE à 015f:0044bc77.
      Registres :
      EAX=65f07d1f CS=015f EIP=0044bc77 EFLGS=00010202
      EBX=008e1ed0 SS=0167 ESP=007bfa30 EBP=007bfa88
      ECX=007e57b0 DS=0167 ESI=007ddca4 FS=47ef
      EDX=007e5cb8 ES=0167 EDI=007e57b0 GS=0000
      Octets à CS : EIP :
      80 38 00 75 20 c7 45 d0 00 00 00 00 c7 45 d4 00
      État de la pile :
      007d0000 00001004 00000000 007bfa78 000001b0 00000000 00000012 00001000
      00405372 00000000 00000000 65f07d1f 00011562 000240ce 007e4ca0 007e5cb8

      __________________________________
      OBJDUMP has generated a page error (défaillance) in
      the module OBJDUMP.EXE at 015f:0044bc77.
      Registers :
      ...
      Bytes at CS : EIP :
      ...
      State of the stack :
      ...

      Attachments

        Activity

          People

            bug zilla Bug Zilla
            jgay jgay
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: