Giter Club home page Giter Club logo

xopcodecalc's Introduction

xopcodecalc's People

Contributors

gongheng2017 avatar horsicq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xopcodecalc's Issues

Build fails due to missing header file

gcc -c ../asm/unix64_gcc.s
g++ -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DOPENSSL_LOAD_CONF -Wno-missing-field-initializers -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o guimainwindow.o guimainwindow.cpp
In file included from guimainwindow.cpp:21:
guimainwindow.h:34:10: fatal error: ../asm_defs.h: No such file or directory
   34 | #include "../asm_defs.h"
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:464: guimainwindow.o] Error 1

XOpcodeCalc startup crash on macOS

XOpcodeCalc startup crash on macOS

Brief

XOpcodeCalc 0.5 crashes at startup on macOS.

Details

macOS version:

  • 12.5.1 (21G83)

XOpcodeCalc version:

System Crash Report

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Thread 0 Crashed

Dispatch queue: com.apple.main-thread

0 libsystem_kernel.dylib 0x7ff816e0c00e __pthread_kill + 10
1 libsystem_pthread.dylib 0x7ff816e421ff pthread_kill + 263
2 libsystem_c.dylib 0x7ff816d8dd24 abort + 123
3 QtCore 0x10c786529 0x10c76e000 + 99625
4 QtCore 0x10c787c74 QMessageLogger::fatal(char const*, ...) const + 202
5 QtGui 0x10c1933d9 QGuiApplicationPrivate::createPlatformIntegration() + 7193
6 QtGui 0x10c1933fb QGuiApplicationPrivate::createEventDispatcher() + 27
7 QtCore 0x10c9661af QCoreApplicationPrivate::init() + 1599
8 QtGui 0x10c18db59 QGuiApplicationPrivate::init() + 57
9 QtWidgets 0x10b0d0ada QApplicationPrivate::init() + 26
10 XOcalc 0x10a9bb164 main + 1188
11 dyld 0x10c0a852e start + 462

Executable stack

Perhaps it's premature (0.02) optimisation, but rpmlint nags and I thought you should know:

RPMLINT report:
===============
XOpcodeCalc.x86_64: W: executable-stack /usr/bin/xocalc
The binary declares the stack as executable.  Executable stack is usually an
error as it is only needed if the code contains GCC trampolines or similar
constructs which uses code on the stack.  One common source for needlessly
executable stack cases are object files built from assembler files which don't
define a proper .note.GNU-stack section.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.