Menu

#935 dragscroll plugin fails to build on non-x86

Next_Nightly
fixed
None
Bug_Report
2020-03-30
2020-03-30
Dan Horak
No

Revision 11623 introduced a hard dependency on x86 in the contrib/dragscroll plugin as it adds virtual void InitDialog(){ asm("int3");} /*trap*/ which fails to compile/assemble on any non-x86 arch.

What is the purpose of this code? Can it replaced by some generic mean like __builtin_trap() or raise(SIGTRAP)?

Discussion

  • Teodor Petrov

    Teodor Petrov - 2020-03-30
    • assigned_to: Teodor Petrov
    • Milestone: Undefined --> Next_Nightly
     
  • Teodor Petrov

    Teodor Petrov - 2020-03-30

    Fix in trunk/master. Thanks for reporting.

     
  • Teodor Petrov

    Teodor Petrov - 2020-03-30
    • status: open --> fixed
     

Log in to post a comment.

MongoDB Logo MongoDB