[SOLVED] Example usage of pyalpm library

Hİ,
I am trying to find my way around pyalpm library, but I couldn't be able to do much yet. So far, I have been able to get local database and sync databases but I couldn't be able to refresh databases, install/remove a new package etc.
And also, it would be nice if someone explained to me the work flow of pyalpm, because so far I couldn't be able to fully understand what does exactly what.
Thanks in advance
Yaşar Arabacı
Edit: I guess I just figured out everyday usage functionality of pyalpm. But I still need to see some pyalpm.transaction.init() examples. Especially, how are we passsing arguments to that. (e.g list, tuples, keywordargs,str??). And also, should I pass some arguments to pyalpm.transaction.prepare() or, just use it as it is?
Edit:2
Appearantly, pycman package have lots of them, so I am marking this thread solved.
Last edited by yasar11732 (2011-07-01 23:16:21)

I'm having the same issue. Has anyone found a solution?

Similar Messages

  • Example usage of hz_party_search.find_parties API

    I have been having errors when trying to execute a search using find_parties. Could someone post example usage? Also, how do I find out what properties/attributes I can put on the records? I am still slightly new to PL/SQL (not new to programming) and I couldn't find out where those type definitions are located (e.g., p_contact_point_list, contact_list, etc.).

    Hi,
    1) Read about the HZ_PARTY_SEARCH API in the Oracle® Trading Community Architecture, Technical Implementation Guide Release 11I, Part No. B13890-03)
    This document clearly explains the usage of the API and description about each parameter. It also gives the sample code for few API’s
    1) The properties/attributes which you have pass to the API generally depends upon the Match Rule you want to use for identifying the duplicates. It depends on how you defined the match rule, attributes, score and threshold value.
    See the API guide, the P_MATCH_RULE_ID is a mandatory parameter.
    3) The type definitions are just PL/SQL record variables. Each record type contains parameter. Generally these PL/SQL records represent the TCA entities
    For example, define a Match Rule (Match Rule Id = 1001) with has attributes , score and threshold value as below
    Threshold value defined as 100
    Party First Name score is 25
    Party Last Name score is 25
    Party Telephone Number is 25
    Party Addess1 is 25
    Party Email Address is 100
    That means, while searching for parties, if the First Name, Last Name, Telephone Number and Address1 matches to any of the existing TCA party, the score becomes 100 which is equal to threshold, and the API identifies it as duplicate
    If the above four attributes don’t match, then the score never reaches 100. Result is No duplicate
    In other case, if the Email address match with any of the existing TCA party record, the score is 100 which is equal to threshold, API identifies it as duplicates. I have given the score for Email address as 100 because email address never duplicates.
    Now, you can pass the above attributes to the HZ_PARTY_SEARCH.FIND_PARTIES API.
    P_PARTY_SEARH_REC.first_name = 'ABC'
    P_PARTY_SEARCH_REC.last_name = 'XYZ'
    P_CONTACT_POINT_LIST(1).PHONE = '123456789'
    P_PARTY_SITE_LIST(1).ADDRESS1 = 'Steet name'
    Then call the API. Sorry, I don't have the complete code with me. Here I'm just giving an example with what I recalled on my experience. I have used FIND_PARTIES API successfully in the last assingment.
    Regards,
    Ram

  • [SOLVED] Arch64, Opera and plugins library problem

    I have Arch64 with Opera 64-bit as default browser. I have succesfully installed 32-bit flashplugin and it works nicely. The only problem is that fonts cannot be read from the flash player context menu and Open File dialog opened from flash player. The problem is that flashplugin tries to load 64-bit GTK from /usr/lib/gtk-2.0/2.10.0/ and it fails. 32-bit version is installed and it's located in /opt/lib32/usr/lib/gtk-2.0/2.10.0/.
    Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so: wrong ELF class: ELFCLASS64
    Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so: wrong ELF class: ELFCLASS64
    Also I have library loading problem with totem-plugin. It cannot find libxul.so and libxpcom.so, but both library files are located in /usr/lib/xulrunner-1.9.0.1/. The plugin loads fine if I create links to both files in /usr/lib/. But that doesn't seem like right solution to me.
    $ ldd libtotem-mully-plugin.so
    libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f94e19d9000)
    libtotem-plparser-mini.so.10 => /usr/lib/libtotem-plparser-mini.so.10 (0x00007f94e17d6000)
    libxul.so => not found
    libxpcom.so => not found
    libplds4.so => /usr/lib/libplds4.so (0x00007f94e15d2000)
    What would be a most elegant way of solving these two library loading problems?
    I think that symbolic links and moving files are not the most elegant way to solve the problem. Maybe some environment variable or some configuration setting would solve the problem (LDPATH comes to mind, but it seems that it doesn't work).
    EDIT: I wasn't sure in which section to post this question, so feel free to move it if necessary.
    Last edited by SnapShot (2008-09-12 02:50:01)

    I have solved my problem and I will post my solution because it can be usefull to others.
    First the problem with flashplugin and GTK library path. Opera uses operapluginwrapper scirpt to detect if the plugin is 32-bit or 64-bit and after detection it uses operapluiginwrapper-ia32-linux for 32-bit or operapluginwrapper-native for 64-bit plugins. operapluiginwrapper-ia32-linux loads the 32-bit flashplugin in my case which requires GTK, but it incorectly tries to load it form /usr/lib/gtk-2.0/ where 64-bit version of GTK resides.
    The solution is to set the GTK_PATH environment variable to point to /opt/lib32/usr/lib/gtk-2.0/ where 32-bit version resides. But if you set it globaly it will result in problems with other 64-bit applications. So the correct solution is to add following lines on the bottom of the operapluginwrapper script above the exec line:
    case "$wrapper" in
    *ia32*)
    export GTK_PATH="/opt/lib32/usr/lib/gtk-2.0"
    export PANGO_RC_FILE="/opt/lib32/config/pango/pangorc"
    esac
    In this way the 32-bit paths will be active only for operapluginwrapper-ia32-linux process.
    I have solved the other problem with totem-plugin requesting libxul.so and libxpcom.so, but the solution idoesn't matter because, although totem-plugin loads coreclty it doesn't work in opera. I have installed mplayer-plugin which works as it should. Also gecko-mediaplayer works correctly with opera, I have tested them both. Install one of the two plugins that work, and you will be fine.

  • How do I solve printing issue "Error: /System/Library..."

    I am printing from OS X 10.6.7 to an HP Photosmart C7180 over WiFi.It works just fine from the Admin account.
    However, when I print from another user account, I get the following error:
    /System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr failed
    I have checked the HP site and it looks like all the necessary drivers for this series of printers is already included in OS X 10.6
    Does anyone have an idea how I can solve this problem?

    This error is usually caused by an invalid resource name, so if you are using VISA and want to connect to an instrument at address 2 on your first gpib board, use "GPIB0::2::INSTR".
    Also, check that you can communicate with your instrument in Measurement & Automation Explorer (MAX). You might also try the interactive control to make sure that the GPIB communication is working.
    http://www.ni.com/support/gpib/max/ibic.htm
    If this isn't helpful, let us know what development environment you are using and the functions / VIs you are using to try and connect to your instrument.

  • [SOLVED] modprobe usage info displayed at boot

    This thread seems related to /sbin/modprobe runs at boot before udev [solved]
    I'm using mkinitcpio 0.7.2-1 on x86_64, my system is completely up-to-date, but somehow I seem to be still affected by FS#24766: I'm getting modprobe's usage info displayed at boot.
    My MODULES array in /etc/mkinitcpio.conf is empty and the file is unmodified.
    I have tried reinstalling mkinitcpio with no positive results.
    Any ideas? Thanks
    Last edited by kynikos (2011-07-31 18:59:41)

    Eheh, it worked, thanks! I wonder why reinstalling mkinitcpio didn't solve it then... well, nevermind

  • How to reduce storage usage of photo library?

    My photo library is taking up almost 5gb of my storage RN and my iCloud Won't back up., I've deleted half of my pictures and the usage  barely budged.. Is there somewhere else I should be deleteing from other than straight from my camera roll on my iPhone?? please help

    My photo library is taking up almost 5gb of my storage RN and my iCloud Won't back up., I've deleted half of my pictures and the usage  barely budged.. Is there somewhere else I should be deleteing from other than straight from my camera roll on my iPhone?? please help

  • [Solved] cpu usage 100%, it is bug of lxpanel

    My archlinux is on an old PIII machine.  Recently, I found its CPU usage is 100%.
    But, I don't know how to solve it.  I can not found out which is cpu eater.
    vmstat is 0 idle, but on top view, there are a few process with lower cpu usage.
    I've tried both kernel, both cause 100% cpu usage.
    kernel26 2.6.37.5-1
    kernel26-lts 2.6.32.36-1
    # vmstat 2 10
    procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----
    r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa
    1  0      0 103060  26496 227192    0    0    52    38  202  425 56 41  1  3
    4  0      0 103300  26496 227196    0    0     0     0  192  439 54 47  0  0
    1  0      0 103300  26496 227196    0    0     0     0  303  589 64 36  0  0
    1  0      0 103316  26496 227196    0    0     0     0  367  656 64 37  0  0
    # top - 22:37:53 up 52 min,  2 users,  load average: 2.46, 1.87, 1.80
    Tasks:  81 total,   2 running,  79 sleeping,   0 stopped,   0 zombie
    Cpu(s): 57.9%us, 41.1%sy,  0.0%ni,  0.0%id,  0.0%wa,  1.0%hi,  0.0%si,  0.0%st
    Mem:    495416k total,   385172k used,   110244k free,    25784k buffers
    Swap:        0k total,        0k used,        0k free,   224916k cached
      PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND         
    1152 root      20   0 70992  20m 5976 S 14.5  4.2   1:13.63 X               
    23680 dlin      20   0  109m  22m  13m S  7.2  4.6   1:43.47 chromium         
    1887 dlin      20   0  138m  12m 9848 S  6.9  2.6   0:12.89 lxterminal       
    1182 dlin      20   0 99848  11m 8904 S  3.9  2.3   2:42.20 lxpanel         
    1191 dlin      20   0  297m  43m  27m S  1.0  9.1   1:00.54 chromium         
    21399 dlin      20   0  4404 1144  888 R  0.7  0.2   0:00.02 menu-cache-gen   
        1 root      20   0  1712  608  548 S  0.3  0.1   0:17.09 init             
        4 root      20   0     0    0    0 S  0.3  0.0   0:02.20 ksoftirqd/0     
      419 root      20   0     0    0    0 D  0.3  0.0   0:02.82 usb-storage     
    1161 root      20   0  3648 1144  988 S  0.3  0.2   0:00.65 hald-addon-stor
    Last edited by dlin (2011-04-02 16:38:08)

    It seems that the problem occurs to me too! Could it be linked with libreoffice?
    I think I have permission in ~/.cache directory:
    ls -lh |grep .cache
    drwxr-xr-x 2 manu manu 4,0K 29 mars 2010 cache
    [11:21][manu@compal:~]$ ls -lh .cache
    total 36K
    drwx------ 2 manu manu 4,0K 19 oct. 15:56 dconf
    -rw-r--r-- 1 manu manu 12K 14 mars 11:52 event-sound-cache.tdb.12c7aa4c6ede9c34246c65044a475d7e.i686-pc-linux-gnu
    drwxr-xr-x 3 manu manu 4,0K 18 août 2010 geeqie
    drwx------ 3 manu manu 4,0K 22 sept. 2010 gegl-0.1
    drwxr-xr-x 2 manu manu 4,0K 12 sept. 2010 gogglesmm
    drwx------ 2 manu manu 4,0K 1 avril 19:49 menus
    drwx------ 3 manu manu 4,0K 11 déc. 18:42 vlc
    [11:21][manu@compal:~]$ ls -lh .cache/menus
    total 80K
    -rw------- 1 manu manu 38K 23 nov. 19:24 26a80813bb7494e1d982502af748aef6
    -rw------- 1 manu manu 38K 1 avril 19:49 757379b1865bb943a0541b554ffbb809
    lxpanel is linked with .cache/menus directory?
    I will try to delete .cache and see what happens!!

  • How Do I Solve this Problem when Copying Library from Backup Disks?

    I recently had a pc problem that resulted in the repair company having to back up my hard drive (which included my I Tunes Library) onto DVDs.
    When trying to upload the ITunes library from the DVD to my new computer (after downloading I Tunes software), about half of my library uploaded fine.
    The other half is indicated in my new I Tunes library, but when I click on it it says that such songs "could not be used because the original file could not be found. Would you like to locate it?"
    When I attempt to locate it, I cannot find it on the disk. But it must be there, I am guessing, because it loaded, albeit in the inaccessible form, into the new I Tunes library?
    When I open the disk in my D drive, I cannot find the songs that will not open; it appears that the people who backed it up, only made it through the "Ds". But again, that is inconsistent with the fact that the inaccessible songs' titles were uploaded to the new I Tunes library.
    I am totally stumped. Is there any way to fix this? I am faced with losing half my library.

    CAn anyone tell me how to get out of this iphone recovery? thanks!!

  • My iphone has no pictures on it and my memory usage from photo library is 6.2 Gigs.  How can I reset and get back this lost memory?

    After resetting my phone, I re-installed apps and connected to my computer.  I made sure I didn't sync any pictures.  My iphone has no pictures on it, yet the memory usage on itunes AND the phone tells me that the iphoto database is taking 6.2 Gigs.  Is there a way to zero that and regain that memory?

    I already tried to factory default the phone and restored it.  Same problem.... I have no photo's on my phone and still have 6.2 Gigs memory being used....  Pls help.

  • [Solved] mtp usage

    I have just started using mtp to transfer files to my mobile phone & it works fast & flawlessly (yeah!)
    My only concern is dismounting / disconnecting the phone when the transfer is complete.
    Q1 is this required ? will data be corrupted if I just unplug the usb cable?
    Q2 what command do I need to use ?
    I have searched everywhere for an answer to above, but am drawing a blank.
    ps not looking for suggestions of alternatives to mtp.
    Last edited by flipper T (2013-12-17 03:29:19)

    Found this post (here : http://forum.xda-developers.com/showthr … t=1469519)
    Galaxy Nexus uses MTP for file Transfers in contrast to older versions that uses USB mass storage (in effect emulating an USB-Stick).
    MTP is a lot safer, because the PC doesn't get to the lowlevel filesystem details, so it can't ruin them with a bad unplug.
    When using MTP worst cases are when the file is still transferring it might not get saved completely. Well in theory android could get confused, but i don't think that will happen.
    With USB mass storage as protocol the worst case is an unreadable file system, but that protocol isn't available on stock google nexus.
    In short: It's save.
    I don't do windows, but maybe that's why windows doesn't even show the icon: It not needed.
    ...seems applicable / will mark as solved.
    Last edited by flipper T (2013-12-17 03:28:59)

  • [SOLVED] banshee crashes after rescaning library

    when i refresh my music library banshee crashes does anyone know why?
    here is the log:
    ┌─(oae@archer Thu, 25 Aug 11)───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────(/home/oae)───────┐
    └─(13:19)─> banshee
    [Info 13:19:46.013] Running Banshee 2.0.1: [ArchLinux (linux-gnu, x86_64) @ 2011-05-23 14:25:58 UTC]
    ** (Banshee:23457): WARNING **: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
    [Info 13:19:48.158] Updating web proxy from GConf
    [Info 13:19:48.305] All services are started 0.943586
    [Warn 13:19:48.525] Migrating Internet Radio Stations - System.IO.DirectoryNotFoundException: Directory '/home/oae/.config/banshee/plugins/stations/user' not found. (in `mscorlib')
    at System.IO.Directory.ValidateDirectoryListing (System.String path, System.String searchPattern, System.Boolean& stop) [0x00000] in <filename unknown>:0
    at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00000] in <filename unknown>:0
    at System.IO.Directory.GetFiles (System.String path, System.String searchPattern) [0x00000] in <filename unknown>:0
    at Banshee.InternetRadio.XspfMigrator.Migrate () [0x00000] in <filename unknown>:0
    [Info 13:19:48.538] AmazonMP3 store redirect URL: http://integrated-services.banshee.fm/amz/redirect.do/
    [Info 13:19:48.699] nereid Client Started
    [Info 13:19:48.759] GStreamer version 0.10.34.0, gapless: True, replaygain: False
    [Info 13:19:48.784] AppleDeviceSource is ignoring unmounted volume System Reserved
    System.ApplicationException: Could not find org.freedesktop.Avahi
    at Mono.Zeroconf.Providers.AvahiDBus.DBusManager.Initialize () [0x00000] in <filename unknown>:0
    at Mono.Zeroconf.Providers.AvahiDBus.ZeroconfProvider.Initialize () [0x00000] in <filename unknown>:0
    at Mono.Zeroconf.Providers.ProviderFactory.GetProviders () [0x00000] in <filename unknown>:0
    [Warn 13:19:50.827] Failed to start DAAP client - System.Exception: No Zeroconf providers could be found or initialized. Necessary daemon may not be running. (in `Mono.Zeroconf')
    at Mono.Zeroconf.Providers.ProviderFactory.GetProviders () [0x00000] in <filename unknown>:0
    at Mono.Zeroconf.Providers.ProviderFactory.get_DefaultProvider () [0x00000] in <filename unknown>:0
    at Mono.Zeroconf.Providers.ProviderFactory.get_SelectedProvider () [0x00000] in <filename unknown>:0
    at Mono.Zeroconf.ServiceBrowser..ctor () [0x00000] in <filename unknown>:0
    at Daap.ServiceLocator.Start () [0x00000] in <filename unknown>:0
    at Banshee.Daap.DaapService.ThreadedInitialize () [0x00000] in <filename unknown>:0
    [Warn 13:20:22.368] Caught an exception - System.Net.WebException: The remote server returned an error: (404) Not Found. (in `System')
    at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000] in <filename unknown>:0
    at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x00000] in <filename unknown>:0
    *** glibc detected *** banshee: free(): invalid next size (fast): 0x0000000005155640 ***
    ======= Backtrace: =========
    /lib/libc.so.6(+0x731f6)[0x7fab508c21f6]
    /lib/libc.so.6(cfree+0x6c)[0x7fab508c60cc]
    /usr/lib/gstreamer-0.10/libgstsoundtouch.so(+0x5095)[0x7fab351bc095]
    /usr/lib/libgstbase-0.10.so.0(+0x2b98d)[0x7fab43fb398d]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_send_event+0x2d2)[0x7fab436cc192]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_push_event+0x253)[0x7fab436cc713]
    /usr/lib/libgstbase-0.10.so.0(+0x2b9bf)[0x7fab43fb39bf]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_send_event+0x2d2)[0x7fab436cc192]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_push_event+0x253)[0x7fab436cc713]
    /usr/lib/libgstreamer-0.10.so.0(+0x48c51)[0x7fab436b5c51]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_send_event+0x2d2)[0x7fab436cc192]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_push_event+0x253)[0x7fab436cc713]
    /usr/lib/gstreamer-0.10/libgstmad.so(+0x6f37)[0x7fab2e5a7f37]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_send_event+0x2d2)[0x7fab436cc192]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_push_event+0x253)[0x7fab436cc713]
    /usr/lib/libgstbase-0.10.so.0(+0x15c86)[0x7fab43f9dc86]
    /usr/lib/libgstreamer-0.10.so.0(+0x84940)[0x7fab436f1940]
    /usr/lib/libglib-2.0.so.0(+0x6a340)[0x7fab4c730340]
    /usr/lib/libglib-2.0.so.0(+0x67d16)[0x7fab4c72dd16]
    /lib/libpthread.so.0(+0x7d60)[0x7fab50bb6d60]
    /lib/libc.so.6(clone+0x6d)[0x7fab5092225d]
    ======= Memory map: ========
    00400000-006db000 r-xp 00000000 08:06 158058 /usr/bin/mono
    008db000-008e4000 rw-p 002db000 08:06 158058 /usr/bin/mono
    008e4000-0091f000 rw-p 00000000 00:00 0
    026d7000-051fc000 rw-p 00000000 00:00 0 [heap]
    40015000-40026000 rwxp 00000000 00:00 0
    400d4000-400d5000 rwxp 00000000 00:00 0
    4015f000-40170000 rwxp 00000000 00:00 0
    40180000-40181000 rwxp 00000000 00:00 0
    401a3000-401b4000 rwxp 00000000 00:00 0
    4021c000-4022d000 rwxp 00000000 00:00 0
    402d6000-402e8000 rwxp 00000000 00:00 0
    403d4000-403f6000 rwxp 00000000 00:00 0
    404b8000-404c9000 rwxp 00000000 00:00 0
    404f0000-404f1000 rwxp 00000000 00:00 0
    4058c000-4059d000 rwxp 00000000 00:00 0
    40614000-40625000 rwxp 00000000 00:00 0
    4064a000-4065b000 rwxp 00000000 00:00 0
    4077a000-4078b000 rwxp 00000000 00:00 0
    407cc000-407ee000 rwxp 00000000 00:00 0
    408ab000-408bc000 rwxp 00000000 00:00 0
    40960000-40971000 rwxp 00000000 00:00 0
    4097e000-4098f000 rwxp 00000000 00:00 0
    40ae1000-40ae2000 rwxp 00000000 00:00 0
    40af7000-40b08000 rwxp 00000000 00:00 0
    40c01000-40c12000 rwxp 00000000 00:00 0
    40cc6000-40cc7000 rwxp 00000000 00:00 0
    40cd8000-40ce9000 rwxp 00000000 00:00 0
    40d64000-40d75000 rwxp 00000000 00:00 0
    40e48000-40e59000 rwxp 00000000 00:00 0
    4109c000-410ad000 rwxp 00000000 00:00 0
    410cb000-410dc000 rwxp 00000000 00:00 0
    4123c000-4124d000 rwxp 00000000 00:00 0
    41289000-4129a000 rwxp 00000000 00:00 0
    41313000-41314000 rwxp 00000000 00:00 0
    41377000-41388000 rwxp 00000000 00:00 0
    413a0000-413b1000 rwxp 00000000 00:00 0
    413ba000-413cb000 rwxp 00000000 00:00 0
    41406000-41417000 rwxp 00000000 00:00 0
    4148d000-4149e000 rwxp 00000000 00:00 0
    414a1000-414b2000 rwxp 00000000 00:00 0
    41526000-41537000 rwxp 00000000 00:00 0
    4160d000-4161e000 rwxp 00000000 00:00 0
    416e1000-416e2000 rwxp 00000000 00:00 0
    417e4000-417e5000 r--p 00000000 00:00 0
    417e5000-417f6000 rwxp 00000000 00:00 0
    41835000-41836000 rwxp 00000000 00:00 0
    418be000-418cf000 rwxp 00000000 00:00 0
    41953000-41954000 rwxp 00000000 00:00 0
    41b47000-41b48000 rwxp 00000000 00:00 0
    41bb7000-41bc8000 rwxp 00000000 00:00 0
    41bd8000-41be9000 rwxp 00000000 00:00 0
    41c02000-41c03000 ---p 00000000 00:00 0
    41c7b000-41c7c000 rwxp 00000000 00:00 0
    41c96000-41c97000 rwxp 00000000 00:00 0
    41d03000-41d14000 rwxp 00000000 00:00 0
    41d5d000-41d6e000 rwxp 00000000 00:00 0
    41d9b000-41dac000 rwxp 00000000 00:00 0
    41e0f000-41e20000 rwxp 00000000 00:00 0
    41e35000-41e36000 rwxp 00000000 00:00 0
    41eb7000-41ec8000 rwxp 00000000 00:00 0
    41ed9000-41eea000 rwxp 00000000 00:00 0
    41fda000-41ffc000 rwxp 00000000 00:00 0
    7fab2d763000-7fab2d768000 r-xp 00000000 08:06 1835348 /lib/libnss_dns-2.14.so
    7fab2d768000-7fab2d967000 ---p 00005000 08:06 1835348 /lib/libnss_dns-2.14.so
    7fab2d967000-7fab2d968000 r--p 00004000 08:06 1835348 /lib/libnss_dns-2.14.so
    7fab2d968000-7fab2d969000 rw-p 00005000 08:06 1835348 /lib/libnss_dns-2.14.so
    7fab2d969000-7fab2d96a000 ---p 00000000 00:00 0
    7fab2d96a000-7fab2e16a000 rw-p 00000000 00:00 0
    7fab2e16a000-7fab2e17f000 r-xp 00000000 08:06 165567 /usr/lib/libid3tag.so.0.3.0
    7fab2e17f000-7fab2e37f000 ---p 00015000 08:06 165567 /usr/lib/libid3tag.so.0.3.0
    7fab2e37f000-7fab2e382000 rw-p 00015000 08:06 165567 /usr/lib/libid3tag.so.0.3.0
    7fab2e382000-7fab2e3a1000 r-xp 00000000 08:06 170461 /usr/lib/libmad.so.0.2.1
    7fab2e3a1000-7fab2e5a0000 ---p 0001f000 08:06 170461 /usr/lib/libmad.so.0.2.1
    7fab2e5a0000-7fab2e5a1000 rw-p 0001e000 08:06 170461 /usr/lib/libmad.so.0.2.1
    7fab2e5a1000-7fab2e5ab000 r-xp 00000000 08:06 272565 /usr/lib/gstreamer-0.10/libgstmad.so
    7fab2e5ab000-7fab2e7ab000 ---p 0000a000 08:06 272565 /usr/lib/gstreamer-0.10/libgstmad.so
    7fab2e7ab000-7fab2e7ac000 rw-p 0000a000 08:06 272565 /usr/lib/gstreamer-0.10/libgstmad.so
    7fab2e7ac000-7fab2e7ad000 ---p 00000000 00:00 0
    7fab2e7ad000-7fab2efad000 rw-p 00000000 00:00 0
    7fab2efad000-7fab2efb3000 r-xp 00000000 08:06 265766 /usr/lib/gstreamer-0.10/libgstcoreindexers.so
    7fab2efb3000-7fab2f1b2000 ---p 00006000 08:06 265766 /usr/lib/gstreamer-0.10/libgstcoreindexers.so
    7fab2f1b2000-7fab2f1b3000 rw-p 00005000 08:06 265766 /usr/lib/gstreamer-0.10/libgstcoreindexers.so
    7fab2f1b3000-7fab2f1c4000 r-xp 00000000 08:06 266045 /usr/lib/gstreamer-0.10/libgstaudioparsers.so
    7fab2f1c4000-7fab2f3c4000 ---p 00011000 08:06 266045 /usr/lib/gstreamer-0.10/libgstaudioparsers.so
    7fab2f3c4000-7fab2f3c5000 rw-p 00011000 08:06 266045 /usr/lib/gstreamer-0.10/libgstaudioparsers.so
    7fab2f3c5000-7fab2f8f9000 r-xp 00000000 08:06 272549 /usr/lib/gstreamer-0.10/libgstffmpeg.so
    7fab2f8f9000-7fab2faf9000 ---p 00534000 08:06 272549 /usr/lib/gstreamer-0.10/libgstffmpeg.so
    7fab2faf9000-7fab2fb1f000 rw-p 00534000 08:06 272549 /usr/lib/gstreamer-0.10/libgstffmpeg.so
    7fab2fb1f000-7fab30000000 rw-p 00000000 00:00 0
    7fab30000000-7fab3258a000 rw-p 00000000 00:00 0
    7fab3258a000-7fab34000000 ---p 00000000 00:00 0
    7fab34051000-7fab34059000 rw-p 00000000 00:00 0
    7fab34059000-7fab34062000 ---p 00000000 00:00 0
    7fab34062000-7fab3409a000 rw-p 00000000 00:00 0
    7fab3409a000-7fab340a3000 ---p 00000000 00:00 0
    7fab340a3000-7fab340db000 rw-p 00000000 00:00 0
    7fab340db000-7fab34122000 r--p 00000000 08:06 796189 /usr/lib/mono/gac/Mono.Security/2.0.0.0__0738eb9f132ed756/Mono.Security.dll
    7fab34122000-7fab34124000 r-xp 00000000 08:06 274890 /usr/lib/gconv/ISO8859-15.so
    7fab34124000-7fab34323000 ---p 00002000 08:06 274890 /usr/lib/gconv/ISO8859-15.so
    7fab34323000-7fab34324000 r--p 00001000 08:06 274890 /usr/lib/gconv/ISO8859-15.so
    7fab34324000-7fab34325000 rw-p 00002000 08:06 274890 /usr/lib/gconv/ISO8859-15.so
    7fab34325000-7fab34333000 r-xp 00000000 08:06 266022 /usr/lib/gstreamer-0.10/libgstsubparse.so
    7fab34333000-7fab34533000 ---p 0000e000 08:06 266022 /usr/lib/gstreamer-0.10/libgstsubparse.so
    7fab34533000-7fab34534000 rw-p 0000e000 08:06 266022 /usr/lib/gstreamer-0.10/libgstsubparse.so
    7fab34534000-7fab3454a000 r-xp 00000000 08:06 158955 /usr/lib/libgstrtp-0.10.so.0.24.0
    7fab3454a000-7fab3474a000 ---p 00016000 08:06 158955 /usr/lib/libgstrtp-0.10.so.0.24.0
    7fab3474a000-7fab3474c000 rw-p 00016000 08:06 158955 /usr/lib/libgstrtp-0.10.so.0.24.0
    7fab3474c000-7fab34765000 r-xp 00000000 08:06 154699 /usr/lib/libbluetooth.so.3.11.4
    7fab34765000-7fab34964000 ---p 00019000 08:06 154699 /usr/lib/libbluetooth.so.3.11.4
    7fab34964000-7fab34967000 rw-p 00018000 08:06 154699 /usr/lib/libbluetooth.so.3.11.4
    7fab34967000-7fab34989000 r-xp 00000000 08:06 269978 /usr/lib/gstreamer-0.10/libgstbluetooth.so
    7fab34989000-7fab34b88000 ---p 00022000 08:06 269978 /usr/lib/gstreamer-0.10/libgstbluetooth.so
    7fab34b88000-7fab34b8a000 rw-p 00021000 08:06 269978 /usr/lib/gstreamer-0.10/libgstbluetooth.so
    7fab34b8a000-7fab34b93000 r-xp 00000000 08:06 266057 /usr/lib/gstreamer-0.10/libgstid3demux.so
    7fab34b93000-7fab34d93000 ---p 00009000 08:06 266057 /usr/lib/gstreamer-0.10/libgstid3demux.so
    7fab34d93000-7fab34d94000 rw-p 00009000 08:06 266057 /usr/lib/gstreamer-0.10/libgstid3demux.so
    7fab34d94000-7fab34da6000 r-xp 00000000 08:06 266024 /usr/lib/gstreamer-0.10/libgsttypefindfunctions.so
    7fab34da6000-7fab34fa5000 ---p 00012000 08:06 266024 /usr/lib/gstreamer-0.10/libgsttypefindfunctions.so
    7fab34fa5000-7fab34fa8000 rw-p 00011000 08:06 266024 /usr/lib/gstreamer-0.10/libgsttypefindfunctions.so
    7fab34fa8000-7fab34fb6000 r-xp 00000000 08:06 137306 /usr/lib/libSoundTouch.so.0.0.0
    7fab34fb6000-7fab351b5000 ---p 0000e000 08:06 137306 /usr/lib/libSoundTouch.so.0.0.0
    7fab351b5000-7fab351b6000 r--p 0000d000 08:06 137306 /usr/lib/libSoundTouch.so.0.0.0
    7fab351b6000-7fab351b7000 rw-p 0000e000 08:06 137306 /usr/lib/libSoundTouch.so.0.0.0
    7fab351b7000-7fab351be000 r-xp 00000000 08:06 272535 /usr/lib/gstreamer-0.10/libgstsoundtouch.so
    7fab351be000-7fab353bd000 ---p 00007000 08:06 272535 /usr/lib/gstreamer-0.10/libgstsoundtouch.so
    7fab353bd000-7fab353be000 rw-p 00006000 08:06 272535 /usr/lib/gstreamer-0.10/libgstsoundtouch.so
    7fab353be000-7fab353d8000 r-xp 00000000 08:06 266020 /usr/lib/gstreamer-0.10/libgstdecodebin2.so
    7fab353d8000-7fab355d7000 ---p 0001a000 08:06 266020 /usr/lib/gstreamer-0.10/libgstdecodebin2.so
    7fab355d7000-7fab355d9000 rw-p 00019000 08:06 266020 /usr/lib/gstreamer-0.10/libgstdecodebin2.so
    7fab355d9000-7fab355e5000 r--p 00000000 08:06 1317259 /usr/lib/banshee/MusicBrainz.dll
    7fab355e5000-7fab355e9000 rw-p 00000000 00:00 0
    7fab355e9000-7fab355f2000 ---p 00000000 00:00 0
    7fab355f2000-7fab357ea000 rw-p 00000000 00:00 0
    7fab357ea000-7fab357f3000 ---p 00000000 00:00 0
    7fab357f3000-7fab359eb000 rw-p 00000000 00:00 0
    7fab359eb000-7fab359ec000 ---p 00000000 00:00 0
    7fab359ec000-7fab35bec000 rw-p 00000000 00:00 0
    7fab35bec000-7fab35bfc000 rwxp 00000000 00:00 0
    7fab35bfc000-7fab35c48000 r--p 00000000 08:06 1317083 /usr/lib/mono/gac/taglib-sharp/2.0.3.7__db62eba44689b5b0/taglib-sharp.dll
    7fab35c48000-7fab35c51000 ---p 00000000 00:00 0
    7fab35c51000-7fab35e49000 rw-p 00000000 00:00 0
    7fab35e49000-7fab35e52000 ---p 00000000 00:00 0
    7fab35e52000-7fab3604a000 rw-p 00000000 00:00 0
    7fab3604a000-7fab36053000 ---p 00000000 00:00 0
    7fab36053000-7fab3624b000 rw-p 00000000 00:00 0
    7fab3624b000-7fab36263000 r--p 00000000 08:06 1317239 /usr/lib/mono-zeroconf/Mono.Zeroconf.Providers.AvahiDBus.dll
    7fab36263000-7fab3626c000 ---p 00000000 00:00 0
    7fab3626c000-7fab36464000 rw-p 00000000 00:00 0
    7fab36464000-7fab3646d000 ---p 00000000 00:00 0
    7fab3646d000-7fab36665000 rw-p 00000000 00:00 0
    7fab36665000-7fab36666000 ---p 00000000 00:00 0
    7fab36666000-7fab366a6000 rw-p 00000000 00:00 0
    7fab366a6000-7fab366a9000 r-xp 00000000 08:06 1835288 /lib/libgpg-error.so.0.8.0
    7fab366a9000-7fab368a8000 ---p 00003000 08:06 1835288 /lib/libgpg-error.so.0.8.0
    7fab368a8000-7fab368a9000 rw-p 00002000 08:06 1835288 /lib/libgpg-error.so.0.8.0
    7fab368a9000-7fab3690e000 r-xp 00000000 08:06 131585 /usr/lib/libgmp.so.10.0.2
    7fab3690e000-7fab36b0d000 ---p 00065000 08:06 131585 /usr/lib/libgmp.so.10.0.2
    7fab36b0d000-7fab36b0e000 r--p 00064000 08:06 131585 /usr/lib/libgmp.so.10.0.2
    7fab36b0e000-7fab36b17000 rw-p 00065000 08:06 131585 /usr/lib/libgmp.so.10.0.2
    7fab36b17000-7fab36b29000 r-xp 00000000 08:06 157841 /usr/lib/libhogweed.so.2.1
    7fab36b29000-7fab36d28000 ---p 00012000 08:06 157841 /usr/lib/libhogweed.so.2.1
    7fab36d28000-7fab36d29000 rw-p 00011000 08:06 157841 /usr/lib/libhogweed.so.2.1
    7fab36d29000-7fab36d4c000 r-xp 00000000 08:06 157844 /usr/lib/libnettle.so.4.1
    7fab36d4c000-7fab36f4b000 ---p 00023000 08:06 157844 /usr/lib/libnettle.so.4.1
    7fab36f4b000-7fab36f4d000 rw-p 00022000 08:06 157844 /usr/lib/libnettle.so.4.1
    7fab36f4d000-7fab36fc6000 r-xp 00000000 08:06 1835289 /lib/libgcrypt.so.11.7.0
    7fab36fc6000-7fab371c6000 ---p 00079000 08:06 1835289 /lib/libgcrypt.so.11.7.0
    7fab371c6000-7fab371ca000 rw-p 00079000 08:06 1835289 /lib/libgcrypt.so.11.7.0
    7fab371cb000-7fab371cf000 rw-p 00000000 00:00 0
    7fab371d3000-7fab371df000 rw-p 00000000 00:00 0
    7fab371df000-7fab371e3000 r--p 00000000 08:06 1317226 /usr/lib/mono/gac/Mono.Zeroconf/4.0.0.90__e60c4f4a95e1099e/Mono.Zeroconf.dll
    7fab371e3000-7fab371eb000 rw-p 00000000 00:00 0
    7fab371eb000-7fab371f2000 r--p 00000000 08:06 1317256 /usr/lib/banshee/Mtp.dll
    7fab371f2000-7fab371f6000 rw-p 00000000 00:00 0
    7fab371f6000-7fab37206000 r-xp 00000000 08:06 157835 /usr/lib/libtasn1.so.3.1.11
    7fab37206000-7fab37405000 ---p 00010000 08:06 157835 /usr/lib/libtasn1.so.3.1.11
    7fab37405000-7fab37406000 rw-p 0000f000 08:06 157835 /usr/lib/libtasn1.so.3.1.11
    7fab37406000-7fab374d5000 r-xp 00000000 08:06 137288 /usr/lib/libgnutls.so.28.0.1
    7fab374d5000-7fab376d5000 ---p 000cf000 08:06 137288 /usr/lib/libgnutls.so.28.0.1
    7fab376d5000-7fab376dc000 r--p 000cf000 08:06 137288 /usr/lib/libgnutls.so.28.0.1
    7fab376dc000-7fab376de000 rw-p 000d6000 08:06 137288 /usr/lib/libgnutls.so.28.0.1
    7fab376de000-7fab376e2000 r-xp 00000000 08:06 157915 /usr/lib/libusbmuxd.so.1.0.7
    Native stacktrace:
    banshee() [0x48f511]
    /lib/libpthread.so.0(+0xf7c0) [0x7fab50bbe7c0]
    /lib/libc.so.6(gsignal+0x35) [0x7fab50883725]
    /lib/libc.so.6(abort+0x17b) [0x7fab50884b9b]
    /lib/libc.so.6(+0x6d2de) [0x7fab508bc2de]
    /lib/libc.so.6(+0x731f6) [0x7fab508c21f6]
    /lib/libc.so.6(cfree+0x6c) [0x7fab508c60cc]
    /usr/lib/gstreamer-0.10/libgstsoundtouch.so(+0x5095) [0x7fab351bc095]
    /usr/lib/libgstbase-0.10.so.0(+0x2b98d) [0x7fab43fb398d]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_send_event+0x2d2) [0x7fab436cc192]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_push_event+0x253) [0x7fab436cc713]
    /usr/lib/libgstbase-0.10.so.0(+0x2b9bf) [0x7fab43fb39bf]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_send_event+0x2d2) [0x7fab436cc192]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_push_event+0x253) [0x7fab436cc713]
    /usr/lib/libgstreamer-0.10.so.0(+0x48c51) [0x7fab436b5c51]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_send_event+0x2d2) [0x7fab436cc192]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_push_event+0x253) [0x7fab436cc713]
    /usr/lib/gstreamer-0.10/libgstmad.so(+0x6f37) [0x7fab2e5a7f37]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_send_event+0x2d2) [0x7fab436cc192]
    /usr/lib/libgstreamer-0.10.so.0(gst_pad_push_event+0x253) [0x7fab436cc713]
    /usr/lib/libgstbase-0.10.so.0(+0x15c86) [0x7fab43f9dc86]
    /usr/lib/libgstreamer-0.10.so.0(+0x84940) [0x7fab436f1940]
    /usr/lib/libglib-2.0.so.0(+0x6a340) [0x7fab4c730340]
    /usr/lib/libglib-2.0.so.0(+0x67d16) [0x7fab4c72dd16]
    /lib/libpthread.so.0(+0x7d60) [0x7fab50bb6d60]
    /lib/libc.so.6(clone+0x6d) [0x7fab5092225d]
    Debug info from gdb:
    Mono support loaded.
    [Thread debugging using libthread_db enabled]
    [New Thread 0x7fab34099700 (LWP 23488)]
    [New Thread 0x7fab340da700 (LWP 23487)]
    [New Thread 0x7fab2efac700 (LWP 23485)]
    [New Thread 0x7fab357e9700 (LWP 23484)]
    [New Thread 0x7fab359ea700 (LWP 23483)]
    [New Thread 0x7fab35e48700 (LWP 23481)]
    [New Thread 0x7fab36463700 (LWP 23480)]
    [New Thread 0x7fab36049700 (LWP 23477)]
    [New Thread 0x7fab3624a700 (LWP 23476)]
    [New Thread 0x7fab36664700 (LWP 23474)]
    [New Thread 0x7fab381ce700 (LWP 23473)]
    [New Thread 0x7fab366a5700 (LWP 23470)]
    [New Thread 0x7fab37fc9700 (LWP 23469)]
    [New Thread 0x7fab3ac22700 (LWP 23466)]
    [New Thread 0x7fab3b523700 (LWP 23465)]
    [New Thread 0x7fab45756700 (LWP 23464)]
    [New Thread 0x7fab44e91700 (LWP 23463)]
    [New Thread 0x7fab4fb3a700 (LWP 23460)]
    [New Thread 0x7fab5084e700 (LWP 23459)]
    0x00007fab5092ed1b in ?? () from /lib/libc.so.6
    Id Target Id Frame
    20 Thread 0x7fab5084e700 (LWP 23459) "mono" 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    19 Thread 0x7fab4fb3a700 (LWP 23460) "mono" 0x00007fab50bbcbb0 in sem_wait () from /lib/libpthread.so.0
    18 Thread 0x7fab44e91700 (LWP 23463) "banshee" 0x00007fab50919ff3 in poll () from /lib/libc.so.6
    17 Thread 0x7fab45756700 (LWP 23464) "banshee" 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    16 Thread 0x7fab3b523700 (LWP 23465) "banshee" 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    15 Thread 0x7fab3ac22700 (LWP 23466) "banshee" 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    14 Thread 0x7fab37fc9700 (LWP 23469) "banshee" 0x00007fab50bbe03d in nanosleep () from /lib/libpthread.so.0
    13 Thread 0x7fab366a5700 (LWP 23470) "banshee" 0x00007fab50919ff3 in poll () from /lib/libc.so.6
    12 Thread 0x7fab381ce700 (LWP 23473) "banshee" 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    11 Thread 0x7fab36664700 (LWP 23474) "banshee" 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    10 Thread 0x7fab3624a700 (LWP 23476) "banshee" 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    9 Thread 0x7fab36049700 (LWP 23477) "banshee" 0x00007fab50bbd91d in read () from /lib/libpthread.so.0
    8 Thread 0x7fab36463700 (LWP 23480) "banshee" 0x00007fab50bbcca1 in sem_timedwait () from /lib/libpthread.so.0
    7 Thread 0x7fab35e48700 (LWP 23481) "banshee" 0x00007fab50bbcca1 in sem_timedwait () from /lib/libpthread.so.0
    6 Thread 0x7fab359ea700 (LWP 23483) "banshee" 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    5 Thread 0x7fab357e9700 (LWP 23484) "banshee" 0x00007fab50bbae3b in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    4 Thread 0x7fab2efac700 (LWP 23485) "mpegaudioparse0" 0x00007fab50bbd91d in read () from /lib/libpthread.so.0
    3 Thread 0x7fab340da700 (LWP 23487) "banshee" 0x00007fab50922833 in epoll_wait () from /lib/libc.so.6
    2 Thread 0x7fab34099700 (LWP 23488) "banshee" 0x00007fab50bbcca1 in sem_timedwait () from /lib/libpthread.so.0
    * 1 Thread 0x7fab51647740 (LWP 23457) "banshee" 0x00007fab5092ed1b in ?? () from /lib/libc.so.6
    Thread 20 (Thread 0x7fab5084e700 (LWP 23459)):
    #0 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    #1 0x00000000005dd993 in ?? ()
    #2 0x00000000005d5e7c in ?? ()
    #3 0x00000000005dc157 in ?? ()
    #4 0x00007fab50bb6d60 in start_thread () from /lib/libpthread.so.0
    #5 0x00007fab5092225d in clone () from /lib/libc.so.6
    #6 0x0000000000000000 in ?? ()
    Thread 19 (Thread 0x7fab4fb3a700 (LWP 23460)):
    #0 0x00007fab50bbcbb0 in sem_wait () from /lib/libpthread.so.0
    #1 0x00000000005c3a38 in mono_sem_wait ()
    #2 0x000000000050c2ab in ?? ()
    #3 0x000000000058a737 in ?? ()
    #4 0x00000000005b9002 in ?? ()
    #5 0x00000000005dd77d in ?? ()
    #6 0x00007fab50bb6d60 in start_thread () from /lib/libpthread.so.0
    #7 0x00007fab5092225d in clone () from /lib/libc.so.6
    #8 0x0000000000000000 in ?? ()
    Thread 18 (Thread 0x7fab44e91700 (LWP 23463)):
    #0 0x00007fab50919ff3 in poll () from /lib/libc.so.6
    #1 0x00007fab4c7087d4 in ?? () from /usr/lib/libglib-2.0.so.0
    #2 0x00007fab4c7090ba in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
    #3 0x00007fab4e351be4 in ?? () from /usr/lib/libgio-2.0.so.0
    #4 0x00007fab4c72dd16 in ?? () from /usr/lib/libglib-2.0.so.0
    #5 0x00007fab50bb6d60 in start_thread () from /lib/libpthread.so.0
    #6 0x00007fab5092225d in clone () from /lib/libc.so.6
    #7 0x0000000000000000 in ?? ()
    Thread 17 (Thread 0x7fab45756700 (LWP 23464)):
    #0 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    #1 0x00000000005a4683 in ?? ()
    #2 0x00000000005b614d in ?? ()
    #3 0x000000000058a07b in ?? ()
    #4 0x00000000407ea278 in ?? ()
    #5 0x0000000002e0b750 in ?? ()
    #6 0x0000000000000004 in ?? ()
    #7 0x00007fab45755a97 in ?? ()
    #8 0x00007fab46be6370 in ?? ()
    #9 0x0000000002e07e70 in ?? ()
    #10 0x00007fab45755ab0 in ?? ()
    #11 0x00007fab45755a20 in ?? ()
    #12 0x0000000000000000 in ?? ()
    Thread 16 (Thread 0x7fab3b523700 (LWP 23465)):
    #0 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    #1 0x00007fab3fa9b8e2 in ?? () from /usr/lib/libwebkitgtk-1.0.so.0
    #2 0x00007fab3fa9b909 in ?? () from /usr/lib/libwebkitgtk-1.0.so.0
    #3 0x00007fab50bb6d60 in start_thread () from /lib/libpthread.so.0
    #4 0x00007fab5092225d in clone () from /lib/libc.so.6
    #5 0x0000000000000000 in ?? ()
    Thread 15 (Thread 0x7fab3ac22700 (LWP 23466)):
    #0 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    #1 0x00007fab3f1d36e9 in ?? () from /usr/lib/libwebkitgtk-1.0.so.0
    #2 0x00007fab3f1d4fc9 in ?? () from /usr/lib/libwebkitgtk-1.0.so.0
    #3 0x00007fab50bb6d60 in start_thread () from /lib/libpthread.so.0
    #4 0x00007fab5092225d in clone () from /lib/libc.so.6
    #5 0x0000000000000000 in ?? ()
    Thread 14 (Thread 0x7fab37fc9700 (LWP 23469)):
    #0 0x00007fab50bbe03d in nanosleep () from /lib/libpthread.so.0
    #1 0x00000000005b8386 in ?? ()
    #2 0x000000000058b8a8 in ?? ()
    #3 0x000000000058a737 in ?? ()
    #4 0x00000000005b9002 in ?? ()
    #5 0x00000000005dd77d in ?? ()
    #6 0x00007fab50bb6d60 in start_thread () from /lib/libpthread.so.0
    #7 0x00007fab5092225d in clone () from /lib/libc.so.6
    #8 0x0000000000000000 in ?? ()
    Thread 13 (Thread 0x7fab366a5700 (LWP 23470)):
    #0 0x00007fab50919ff3 in poll () from /lib/libc.so.6
    #1 0x00007fab4c7087d4 in ?? () from /usr/lib/libglib-2.0.so.0
    #2 0x00007fab4c7090ba in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
    #3 0x00007fab44ed8af0 in ?? () from /usr/lib/libORBit-2.so.0
    #4 0x00007fab4c72dd16 in ?? () from /usr/lib/libglib-2.0.so.0
    #5 0x00007fab50bb6d60 in start_thread () from /lib/libpthread.so.0
    #6 0x00007fab5092225d in clone () from /lib/libc.so.6
    #7 0x0000000000000000 in ?? ()
    Thread 12 (Thread 0x7fab381ce700 (LWP 23473)):
    #0 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    #1 0x00000000005a4683 in ?? ()
    #2 0x00000000005b6b99 in ?? ()
    #3 0x000000000058a16c in ?? ()
    #4 0x0000000041d66630 in ?? ()
    #5 0x0000000003f91bc0 in ?? ()
    #6 0x00007fab381cdd38 in ?? ()
    #7 0xffffffffffffffff in ?? ()
    #8 0x00007fab381cdd48 in ?? ()
    #9 0x0000000003f8e280 in ?? ()
    #10 0x00007fab381cd9e0 in ?? ()
    #11 0x00007fab381cd940 in ?? ()
    #12 0x00007fab381cdd38 in ?? ()
    #13 0xffffffffffffffff in ?? ()
    #14 0x00007fab381cdd48 in ?? ()
    #15 0x00007fab47243c90 in ?? ()
    #16 0x0000000041d66318 in ?? ()
    #17 0x0000000000000000 in ?? ()
    Thread 11 (Thread 0x7fab36664700 (LWP 23474)):
    #0 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    #1 0x00000000005a4683 in ?? ()
    #2 0x00000000005b6b99 in ?? ()
    #3 0x000000000058a16c in ?? ()
    #4 0x0000000041d66630 in ?? ()
    #5 0x0000000003f9a790 in ?? ()
    #6 0x00007fab46edfcf0 in ?? ()
    #7 0x0000000003f8e280 in ?? ()
    #8 0x00007fab366639e0 in ?? ()
    #9 0x0000000003f8e280 in ?? ()
    #10 0x00007fab366639e0 in ?? ()
    #11 0x00007fab36663940 in ?? ()
    #12 0x00007fab36663d38 in ?? ()
    #13 0xffffffffffffffff in ?? ()
    #14 0x00007fab36663d48 in ?? ()
    #15 0x00007fab46edfcf0 in ?? ()
    #16 0x0000000041d66318 in ?? ()
    #17 0x0000000000000000 in ?? ()
    Thread 10 (Thread 0x7fab3624a700 (LWP 23476)):
    #0 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    #1 0x00000000005a4683 in ?? ()
    #2 0x00000000005b6b99 in ?? ()
    #3 0x000000000058a16c in ?? ()
    #4 0x0000000041d66630 in ?? ()
    #5 0x0000000003f9b860 in ?? ()
    #6 0x00007fab46edf240 in ?? ()
    #7 0x0000000003f8e280 in ?? ()
    #8 0x00007fab362499e0 in ?? ()
    #9 0x0000000003f8e280 in ?? ()
    #10 0x00007fab362499e0 in ?? ()
    #11 0x00007fab36249940 in ?? ()
    #12 0x00007fab36249d38 in ?? ()
    #13 0xffffffffffffffff in ?? ()
    #14 0x00007fab36249d48 in ?? ()
    #15 0x00007fab46edf240 in ?? ()
    #16 0x0000000041d66318 in ?? ()
    #17 0x0000000000000000 in ?? ()
    Thread 9 (Thread 0x7fab36049700 (LWP 23477)):
    #0 0x00007fab50bbd91d in read () from /lib/libpthread.so.0
    #1 0x0000000040593fe7 in ?? ()
    #2 0x0000000003a30220 in ?? ()
    #3 0x00007fab36048ae0 in ?? ()
    #4 0x0000000000000006 in ?? ()
    #5 0x00007fab4592aa80 in ?? ()
    #6 0x0000000000000000 in ?? ()
    Thread 8 (Thread 0x7fab36463700 (LWP 23480)):
    #0 0x00007fab50bbcca1 in sem_timedwait () from /lib/libpthread.so.0
    #1 0x00000000005c3b2b in mono_sem_timedwait ()
    #2 0x000000000058dce2 in ?? ()
    #3 0x000000000058a737 in ?? ()
    #4 0x00000000005b9002 in ?? ()
    #5 0x00000000005dd77d in ?? ()
    #6 0x00007fab50bb6d60 in start_thread () from /lib/libpthread.so.0
    #7 0x00007fab5092225d in clone () from /lib/libc.so.6
    #8 0x0000000000000000 in ?? ()
    Thread 7 (Thread 0x7fab35e48700 (LWP 23481)):
    #0 0x00007fab50bbcca1 in sem_timedwait () from /lib/libpthread.so.0
    #1 0x00000000005c3b2b in mono_sem_timedwait ()
    #2 0x000000000058dce2 in ?? ()
    #3 0x000000000058a737 in ?? ()
    #4 0x00000000005b9002 in ?? ()
    #5 0x00000000005dd77d in ?? ()
    #6 0x00007fab50bb6d60 in start_thread () from /lib/libpthread.so.0
    #7 0x00007fab5092225d in clone () from /lib/libc.so.6
    #8 0x0000000000000000 in ?? ()
    Thread 6 (Thread 0x7fab359ea700 (LWP 23483)):
    #0 0x00007fab50bbaac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    #1 0x00000000005a4683 in ?? ()
    #2 0x00000000005b614d in ?? ()
    #3 0x000000000058a07b in ?? ()
    #4 0x00000000407ea278 in ?? ()
    #5 0x0000000002afc070 in ?? ()
    #6 0x00000000412422fc in ?? ()
    #7 0x00007fab359e9967 in ?? ()
    #8 0x00007fab465f8bb8 in ?? ()
    #9 0x0000000002e07e70 in ?? ()
    #10 0x00007fab359e9980 in ?? ()
    #11 0x00007fab359e98f0 in ?? ()
    #12 0x0000000000000000 in ?? ()
    Thread 5 (Thread 0x7fab357e9700 (LWP 23484)):
    #0 0x00007fab50bbae3b in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    #1 0x00000000005a4498 in ?? ()
    #2 0x00000000005b605e in ?? ()
    #3 0x000000000058a07b in ?? ()
    #4 0x00000000407ea278 in ?? ()
    #5 0x0000000002928790 in ?? ()
    #6 0x0000000000000001 in ?? ()
    #7 0x00007fab357e854f in ?? ()
    #8 0x00007fab4579f578 in ?? ()
    #9 0x00007fab46bf0150 in ?? ()
    #10 0x00007fab357e8570 in ?? ()
    #11 0x00007fab357e84d0 in ?? ()
    #12 0x00007fab4fda60c0 in ?? ()
    #13 0x00007fab46bf0150 in ?? ()
    #14 0x00007fab474b7270 in ?? ()
    #15 0x0000000000002710 in ?? ()
    #16 0x000000004124bee8 in ?? ()
    #17 0x00007fab476b1e60 in ?? ()
    #18 0x0000000000000000 in ?? ()
    Thread 4 (Thread 0x7fab2efac700 (LWP 23485)):
    #0 0x00007fab50bbd91d in read () from /lib/libpthread.so.0
    #1 0x000000000048f6ae in ?? ()
    #2 <signal handler called>
    #3 0x00007fab50883725 in raise () from /lib/libc.so.6
    #4 0x00007fab50884b9b in abort () from /lib/libc.so.6
    #5 0x00007fab508bc2de in ?? () from /lib/libc.so.6
    #6 0x00007fab508c21f6 in ?? () from /lib/libc.so.6
    #7 0x00007fab508c60cc in free () from /lib/libc.so.6
    #8 0x00007fab351bc095 in ?? () from /usr/lib/gstreamer-0.10/libgstsoundtouch.so
    #9 0x00007fab43fb398d in ?? () from /usr/lib/libgstbase-0.10.so.0
    #10 0x00007fab436cc192 in gst_pad_send_event () from /usr/lib/libgstreamer-0.10.so.0
    #11 0x00007fab436cc713 in gst_pad_push_event () from /usr/lib/libgstreamer-0.10.so.0
    #12 0x00007fab43fb39bf in ?? () from /usr/lib/libgstbase-0.10.so.0
    #13 0x00007fab436cc192 in gst_pad_send_event () from /usr/lib/libgstreamer-0.10.so.0
    #14 0x00007fab436cc713 in gst_pad_push_event () from /usr/lib/libgstreamer-0.10.so.0
    #15 0x00007fab436b5c51 in ?? () from /usr/lib/libgstreamer-0.10.so.0
    #16 0x00007fab436cc192 in gst_pad_send_event () from /usr/lib/libgstreamer-0.10.so.0
    #17 0x00007fab436cc713 in gst_pad_push_event () from /usr/lib/libgstreamer-0.10.so.0
    #18 0x00007fab2e5a7f37 in ?? () from /usr/lib/gstreamer-0.10/libgstmad.so
    #19 0x00007fab436cc192 in gst_pad_send_event () from /usr/lib/libgstreamer-0.10.so.0
    #20 0x00007fab436cc713 in gst_pad_push_event () from /usr/lib/libgstreamer-0.10.so.0
    #21 0x00007fab43f9dc86 in ?? () from /usr/lib/libgstbase-0.10.so.0
    #22 0x00007fab436f1940 in ?? () from /usr/lib/libgstreamer-0.10.so.0
    #23 0x00007fab4c730340 in ?? () from /usr/lib/libglib-2.0.so.0
    #24 0x00007fab4c72dd16 in ?? () from /usr/lib/libglib-2.0.so.0
    #25 0x00007fab50bb6d60 in start_thread () from /lib/libpthread.so.0
    #26 0x00007fab5092225d in clone () from /lib/libc.so.6
    #27 0x0000000000000000 in ?? ()
    Thread 3 (Thread 0x7fab340da700 (LWP 23487)):
    #0 0x00007fab50922833 in epoll_wait () from /lib/libc.so.6
    #1 0x000000000058c2d8 in ?? ()
    #2 0x000000000058a737 in ?? ()
    #3 0x00000000005b9002 in ?? ()
    #4 0x00000000005dd77d in ?? ()
    #5 0x00007fab50bb6d60 in start_thread () from /lib/libpthread.so.0
    #6 0x00007fab5092225d in clone () from /lib/libc.so.6
    #7 0x0000000000000000 in ?? ()
    Thread 2 (Thread 0x7fab34099700 (LWP 23488)):
    #0 0x00007fab50bbcca1 in sem_timedwait () from /lib/libpthread.so.0
    #1 0x00000000005c3b2b in mono_sem_timedwait ()
    #2 0x000000000058dce2 in ?? ()
    #3 0x000000000058a737 in ?? ()
    #4 0x00000000005b9002 in ?? ()
    #5 0x00000000005dd77d in ?? ()
    #6 0x00007fab50bb6d60 in start_thread () from /lib/libpthread.so.0
    #7 0x00007fab5092225d in clone () from /lib/libc.so.6
    #8 0x0000000000000000 in ?? ()
    Thread 1 (Thread 0x7fab51647740 (LWP 23457)):
    #0 0x00007fab5092ed1b in ?? () from /lib/libc.so.6
    #1 0x00007fab508c7ce5 in ?? () from /lib/libc.so.6
    #2 0x00007fab508c621d in realloc () from /lib/libc.so.6
    #3 0x00007fab4c70f101 in g_realloc () from /usr/lib/libglib-2.0.so.0
    #4 0x00007fab4c9c6d47 in g_object_weak_ref () from /usr/lib/libgobject-2.0.so.0
    #5 0x00007fab4ea78f05 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
    #6 0x00007fab4ea792b4 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
    #7 0x00007fab4ea58cc0 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
    #8 0x00007fab4ea5adf1 in gdk_window_process_all_updates () from /usr/lib/libgdk-x11-2.0.so.0
    #9 0x00007fab49d01741 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
    #10 0x00007fab4ea38406 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
    #11 0x00007fab4c70829d in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
    #12 0x00007fab4c708a78 in ?? () from /usr/lib/libglib-2.0.so.0
    #13 0x00007fab4c7090ba in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
    #14 0x00007fab49d7d1a7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
    #15 0x00000000417eb9f5 in ?? ()
    #16 0x00007fff628a2ae0 in ?? ()
    #17 0x00007fab4f15b668 in ?? ()
    #18 0x0000000000000000 in ?? ()
    =================================================================
    Got a SIGABRT while executing native code. This usually indicates
    a fatal error in the mono runtime or one of the native libraries
    used by your application.
    =================================================================
    Aborted
    Last edited by alperenel (2011-09-03 21:33:53)

    Same problem here. I deleted folder called ~/.config/banshee-1 and it works, so I imported new files from my folders and everything ok. It was working yesterday but today I ran banshee, from command line and from gnome 3 icon and it crashes without any explanation or any warning. I guess reading that output may be a mono bug.
    Last edited by Koven (2011-08-26 17:11:14)

  • [SOLVED][Code::Blocks]Installed needed library, now what?

    Hi ARCH-ers,
    Today I've got IMO quite easy question but which I cannot overcome by myself - I want to start making some OpenGL stuff using GLFW in Code::Blocks enviroment. I've installed glfw package from official ARCH repositiories. But when I choose GLFW Project in Code::Blocks it asks me to point GLFW location. So now my question is : where it is? Where had this package been installed? Or maybe I'm missing some important puzzle in this whole thing.
    I've also googled out this page http://wiki.codeblocks.org/index.php?ti … lling_GLFW but this zip file seems to lack in Linux make files.
    Last edited by Winged4Ever (2014-02-12 17:17:12)

    @Raynman Thanks, 'pacman -Ql <name>' is what I was asking for.
    But unfortunately things have now turned out to be more complex than I thought. The way pacman have installed it seems not to be matching Code::Blocks needs - files are scattered all around dirrefent directiores while it need a proper arrangement.
    Output of 'pacman -Ql glfw':
    glfw /usr/
    glfw /usr/include/
    glfw /usr/include/GLFW/
    glfw /usr/include/GLFW/glfw3.h
    glfw /usr/include/GLFW/glfw3native.h
    glfw /usr/lib/
    glfw /usr/lib/cmake/
    glfw /usr/lib/cmake/glfw/
    glfw /usr/lib/cmake/glfw/glfwConfig.cmake
    glfw /usr/lib/cmake/glfw/glfwConfigVersion.cmake
    glfw /usr/lib/cmake/glfw/glfwTargets-noconfig.cmake
    glfw /usr/lib/cmake/glfw/glfwTargets.cmake
    glfw /usr/lib/libglfw.so
    glfw /usr/lib/libglfw.so.3
    glfw /usr/lib/libglfw.so.3.0
    glfw /usr/lib/pkgconfig/
    glfw /usr/lib/pkgconfig/glfw3.pc
    glfw /usr/share/
    glfw /usr/share/licenses/
    glfw /usr/share/licenses/glfw/
    glfw /usr/share/licenses/glfw/COPYING
    I tried pointing different directions but only /usr/include/GLFW have required glfw3.h file. and nonetheless Code::Blocks shows an error like this:
    The path you entered seems valid, but the wizard can't locate the include directory. The wizard cannot continue.
    Do anyone know Code::Blocks well enough to point me out a solution?
    EDIT:
    @progandy Didn't noticed your post. Anyway I'll try the possible solution as you described.
    Last edited by Winged4Ever (2014-02-12 12:44:58)

  • [SOLVED] Remote usage

    I'm kind of used to VNC and TeamViewer to give support to my machines but I want to ask for something completely different.
    I want to setup a headless machine and remotely (from what is usually called a dumb terminal) connect to the machine and use its window manager and everything as if i was phisically using that machine with the keyboard and mouse plugged on it, but via network..... Is this so uncommon or difficult?
    Thanks.
    Last edited by Xi0N (2012-12-23 22:17:50)

    I am using xvfb with x11vnc and ssh. I tried vncserver before but it could not handle i3 (no xkb extension or something like that).
    On remote machine (under screen / tmux so it won't dissapear if i'm disconnected):
    Xvfb :1 -nolisten tcp -screen 0 1280x1024x16
    DISPLAY=:1 i3
    x11vnc -display :1 -localhost
    On local machine:
    ssh -L 5900:localhost:5900
    (or putty: connection -> ssh -> tunnels)
    This gives you encrypted persistent vnc session. On reconnect you need to start x11vnc once again.

  • [solved]Grep usage

    So if I'm reading the man pages right if I run something like 'grep -f awesome'  It'll search the whole filesystem for any file with 'awesome'
    Last edited by jedijimi (2014-03-23 19:19:49)

    No.
    -f FILE, --file=FILE
                  Obtain patterns from FILE, one per line.  The empty file contains zero patterns, and therefore matches nothing.  (-f is specified by POSIX.)
    The -f option is for when you have a file containing the patterns you wish to match against...
    $ grep alias .bashrc
    # Source ~/.bash_aliases
    if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
    $ echo alias > patterns
    $ grep -f patterns .bashrc
    # Source ~/.bash_aliases
    if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases

  • [solved] stat64() usage in C

    Can someone tell me how to use the large file functions, especially stat64()? I always get
    warning: implicit declaration of function 'stat64'
    and for the struct stat64 named "filestat"
    error: storage size of 'filestat' isn't known
    I already crawled every page I found via google and tried with no success:
    - compiling with -D_FILE_OFFSET_BITS=64
    - #define __USE_LARGEFILE64
    - #define _LARGEFILE_SOURCE
    - #define _LARGEFILE64_SOURCE
    Any suggestions? Thanks in advance!
    lynix
    Last edited by lynix (2009-10-23 21:11:22)

    why not use just the stat instead of stat64 ??
    i rly dont know what this c program need to do i'm a beginner c/c++ programmer, but at least i can use google and i found that use stat instead of stat64...
    and i tried to and compiles without a problem, so i think it need to be good
    1 /*
    2 * =====================================================================================
    3 *
    4 * Filename: test.c
    5 *
    6 * Description:
    7 *
    8 * Version: 1.0
    9 * Created: 10/23/2009 11:52:20 PM
    10 * Revision: none
    11 * Compiler: gcc
    12 *
    13 * Author: Czaka Hunor (), [email protected]
    14 * Company:
    15 *
    16 * =====================================================================================
    17 */
    18
    19 #include <sys/stat.h>
    20
    21 #define __USE_LARGEFILE64
    22 #define _LARGEFILE_SOURCE
    23 #define _LARGEFILE64_SOURCE
    24
    25 int main()
    26 {
    27 struct stat mystat;
    28
    29 stat("/etc/fstab", &mystat);
    30
    31 return 0;
    32 }
    ┌─[ hybrid@arch ~ ]
    └─[ $> gcc -Wall -c test.c
    test.c: In function 'main':
    test.c:27: error: storage size of 'mystat' isn't known
    test.c:29: warning: implicit declaration of function '_stat64'
    test.c:27: warning: unused variable 'mystat'
    ┌─[ hybrid@arch ~ ]
    └─[ $> gcc -Wall -c test.c
    ┌─[ hybrid@arch ~ ]
    └─[ $> gcc test.o -o test
    ┌─[ hybrid@arch ~ ]
    └─[ $> ./test
    ┌─[ hybrid@arch ~ ]
    └─[ $>
    hope i helped

Maybe you are looking for

  • ARE-1 creation with reference to multiple excise invoice

    Dear All, Please tell me how to create ARE-1 document with reference to multiple excise invoices which are having same sold to party and ship to party. Regards, Sagar Wairagade

  • How to setup batch management in sap and how batch work?

    Hi I hope to check how batch managment work in sap? If we setup batch management in mm03 for one matieral, Will the batch number be created automatically or the number should be created first then we scan it? when we do goods movement for this mateir

  • How to deactivate a stolen Mac book

    A Mac book was stolen and is it deactivated by serial number?

  • Acrobat 9 Plugin and Orbix2000 issues

    I build a plugin using Acrobat 9 SDK.  The plugin starts a CORBA (Orbix2000) instance and a call back function in CORBA.  The same plugin works fine with Acrobat 8. In Acrobat 9.x (9.1 and 9.2), after the call back function in CORBA, most of the Acro

  • Writing an ActionListener that responds when a variable changes

    I am interested in writing an ActionListener that monitors the value of a variable. When the value of that variable changes, I want the ActionLiastener to kick in and change what is displayed in a JLabel on the display. Note that there is no user int