This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../yt-video/yt-search-video.html"> | |
<link rel="import" href="../core-menu-button/core-menu-button.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<polymer-element name="my-element"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ valgrind ./bfTest1 | |
==69640== Memcheck, a memory error detector | |
==69640== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. | |
==69640== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info | |
==69640== Command: ./bfTest1 | |
==69640== | |
==69640== Syscall param msg->desc.port.name points to uninitialised byte(s) | |
==69640== at 0x100A1EE76: mach_msg_trap (in /usr/lib/system/libsystem_kernel.dylib) | |
==69640== by 0x100A1E38F: mach_msg (in /usr/lib/system/libsystem_kernel.dylib) | |
==69640== by 0x100A17F3D: task_set_special_port (in /usr/lib/system/libsystem_kernel.dylib) |