Skip to content

Instantly share code, notes, and snippets.

View shadeslayer's full-sized avatar
👁️‍🗨️

Rohan Garg shadeslayer

👁️‍🗨️
View GitHub Profile
47%] Building CXX object src/CMakeFiles/amaroklib.dir/scriptengine/AmarokServicePluginManagerScript.o
[ 47%] Building CXX object src/CMakeFiles/amaroklib.dir/scriptengine/AmarokEngineScript.o
[ 48%] Building CXX object src/CMakeFiles/amaroklib.dir/scriptengine/AmarokOSDScript.o
[ 48%] Building CXX object src/CMakeFiles/amaroklib.dir/scriptengine/AmarokPlaylistScript.o
[ 48%] Building CXX object src/CMakeFiles/amaroklib.dir/scriptengine/AmarokStatusbarScript.o
[ 48%] Building CXX object src/CMakeFiles/amaroklib.dir/scriptengine/AmarokWindowScript.o
[ 48%] Building CXX object src/CMakeFiles/amaroklib.dir/scriptengine/AmarokLyricsScript.o
[ 48%] Building CXX objec
Application: Amarok (amarok), signal: Segmentation fault
[Current thread is 1 (Thread 0x7f153281a7c0 (LWP 12170))]
Thread 8 (Thread 0x7f14e2f19700 (LWP 12235)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1 0x00007f1517c14a30 in LoopRequest (data=0x27992c0) at playlist/thread.c:539
#2 Thread (data=0x27992c0) at playlist/thread.c:586
#3 0x00007f152175c853 in ?? () from /usr/lib/nvidia-current/libGL.so.1
#4 0x00007f152ccf3d8c in start_thread (arg=0x7f14e2f19700) at pthread_create.c:304
#5 0x00007f152f55e04d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
--libraries to be used are specified here
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
--entity declaration with port definitions
entity compare is
port( num1 : in std_logic_vector(3 downto 0); --input 1
num2 : in std_logic_vector(3 downto 0); --input 2
less : out std_logic; -- indicates first number is small
equal : out std_logic; -- both are equal
OB(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(scroll-bar-mode nil)
'(tooltip-mode nil)
'(menu-bar-mode nil)
'(tool-bar-mode nil)
'(x-select-enable-clipboard t))
shadeslayer@saphira /media/Data/SyncEvolution/build » cd
shadeslayer@saphira ~ » ./setup.sh
shadeslayer@saphira ~ » syncevo-dbus-server
[INFO] syncevo-dbus-server: ready to run
[1] 6357 segmentation fault syncevo-dbus-server
shadeslayer@saphira ~ » gdb syncevo-dbus-server 139 ↵
GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
/*
* Tool button which controls account's presence
*
* Copyright (C) 2011 Martin Klapetek <martin dot klapetek at gmail dot com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
/*
Copyright © 2011 Rohan Garg <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License or (at your option) version 3 or any later version
accepted by the membership of KDE e.V. (or its successor approved
by the membership of KDE e.V.), which shall act as a proxy
defined in Section 14 of version 3 of the license.
%%%%%%
% Rohan Garg - curriculum vitae
% Edited using kile
% Uses LaTeX and moderncv
%%%%%%
\documentclass[11pt,a4paper]{moderncv}
% \usepackage{helvet}
% moderncv themes
shadeslayer@saphira ~ » df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 46G 36G 8.3G 81% /
none 1.5G 728K 1.5G 1% /dev
none 1.5G 9.5M 1.5G 1% /dev/shm
tmpfs 1.5G 80K 1.5G 1% /tmp
none 1.5G 336K 1.5G 1% /var/run
none 1.5G 0 1.5G 0% /var/lock
/dev/sda1 60G 49G 11G 83% /media/0EFD001BFCFFFB33
/dev/sda7 192G 183G 9.0G 96% /media/Data
/*
Copyright © 2011 Rohan Garg <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License or (at your option) version 3 or any later version
accepted by the membership of KDE e.V. (or its successor approved
by the membership of KDE e.V.), which shall act as a proxy
defined in Section 14 of version 3 of the license.