Missing symbols (or missing characters) are string contents had been removed unpredictably or by accident during processing (encoding etc.)
Questions tagged [missing-symbols]
44 questions
1
vote
1 answer
DSO missing from command line when compiling
I have seen here several posts with similar questions and tried many suggestions but still, I haven't found a way around my problem.
I use for my work some cpp codes that I have to slightly change according to my needs. They have their own makefile…

user286686
- 11
- 3
1
vote
0 answers
can not locate symbol when loading native library on one specific device
We have an Android app with multiple native libraries. On all locally available Test devices it works just fine. On one device in googles pre launch report the app crashes when loading one of the native libraries:
FATAL EXCEPTION: main
Process:…

Arne Fischer
- 922
- 6
- 27
1
vote
1 answer
Adding rows in a dataframe for missing days for each entity
I have the following problem: my dataframes look something like this:
ID Date Value
1 2016-06-12 2
1 2016-06-13 2.5
1 2016-06-16 4
2 2016-06-12 3
2 2016-06-15 1.5
As you can see I have missing days in my data. So I much rather…

Salocin R.
- 11
- 1
1
vote
1 answer
Libsodium on macOS, undefined symbols for x86_64
I'm using an Intel Mac running Catalina 10.15.1
I'm trying to use libsodium using gcc Apple clang version 11.0.0 (clang-1100.0.33.12)
I have both tried to install libsodium via home-brew and manually compile (which was successful), however, when…

Woodstock
- 22,184
- 15
- 80
- 118
1
vote
1 answer
Swift - Why is symbol not found
The app I'm working on runs fine on macOS 10.14.3, but when I run it on macOS 10.14.4 I get this error:
dyld: Symbol not found: _$SBOWV
Referenced from: {path to linked library}
Expected in: /usr/lib/swift/libswiftCore.dylib
How can I go about…

jeremyabannister
- 3,796
- 3
- 16
- 25
1
vote
1 answer
Oracle column contents displayed as "?", how to fix it?
In column COMMENTS of dba_col_comments table some symbols appear as "?". Probably these are replaced Chinese symbols.
PL/SQL Developer and SQLPlus show the same results:
SQL> SELECT * FROM dba_col_comments WHERE table_name='XX' AND…

要你命三千
- 59
- 8
1
vote
0 answers
iPhone, Xcode 6, UICollectionView iOS 5
We have an app that needs to support iOS 5.1. The app has been built using UIColletionView that is not supported in 5.1. We don't need to use the code that uses UICollectionView on iOS 5. When ignoring the XIB errors for the UICollectionView…

ort11
- 3,359
- 4
- 36
- 69
1
vote
1 answer
Using boost.python to import a method with opencv calls but failing due to symbols not being found after compilation
So I don't have the code right now, as I am not home... but i used the boost library for python in C++ to allow python to access a function called something like loadImageIntoMainWindow(string filepath)
in the C++ source code the method calls opencv…

nmz787
- 1,960
- 1
- 21
- 35
1
vote
1 answer
Missing symbols on a particular project in certain config VS 2010
I've googled and investigated this problem for a while now but no success. I'm currently working in a visual studio 2010 C++ solution with the resulting executable running on windows. The solution has multiple configurations where some of the code…

user3619622
- 31
- 2
1
vote
2 answers
C application linking failing with "undefined reference to __mulhi3"
I designed a static library for use in my AVR projects, but I'm having trouble linking it to an application. It reports this error:
libteleobjects/libteleobjects.a(telesignals.c.obj): In function `telesignal_get_event_data': …

Claudio
- 2,191
- 24
- 49
1
vote
1 answer
Dependency walker on cygwin app gives conflicting information?
I am using the dependency walker to figure out why my link of a cygwin ported application is not correct.
It states that cgywin1.dll is missing the following…

WilliamKF
- 41,123
- 68
- 193
- 295
1
vote
0 answers
How to debug CrashDump of ASP.NET 4.5 - symbols mismatch / missing?
Having sporadic w3wp.exe crashes on productive system
Neither way of debugging the CrashDump using WinDbg or VisualStudio2012 was successful
VS2012: Debugging information for w3wp.exe cannot be found or does not match.
No symbols loaded for…

Karl Ranseier
- 213
- 2
- 12
1
vote
1 answer
Syntax error, missing symbol in Basic
Hi every time I try to run the following program:
L=-1
OPEN "tty.usbserial-FTG7QLFS:300,N,8,1,CS0,DS" FOR OUTPUT AS #1
WHILE L
J=63
MENU: PRINT
PRINT
PRINT
PRINT
PRINT
PRINT
PRINT "WAITING FOR…

user2437006
- 11
- 3
1
vote
2 answers
Compiling libjpeg for iOS
I am trying to compile a project for iOS 6 in XCode, and I am using the following headers, which include the functionality I need:
#include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
#include "transupp.h" /* Support routines…

Kai
- 424
- 5
- 16
0
votes
0 answers
When tracing shared library functions with funclatency, no function names were displayed
When using the bcc tool funclatency, there are unknown function names.
It would be helpful if I could track the entry and return values of a number of functions contained in the library ibverbs (Infiniband).
I use funclatency to print a histogram of…

Bahamas
- 345
- 1
- 2
- 13