Segmentation Fault(coredump) ...please  help me

I have an application running under C / Pro C in Solaris and I have a program, it insertes rows automatically into a database (oracle) and generes a file in /tmp whith the information inserted, but whit some users the program sends an error message "Segmentation Fault(coredump)". what is the reason for this error messages...?
the reason is user privileges or other reason?

The problem could be a bug in your code or in our compiler. You will need to get a stack trace under dbx to see what caused the SEG-FAULT.

Similar Messages

  • Apache - Weblogic plug-in - Segmentation fault. Please Help me!

    Hi all,
    Im trying to set up Apache weblogic plug-in, and im having problems with
    that.
    Im running Solaris 9 with Apache/1.3.26 (Unix) and Weblogic 7 with sp2.
    Here is what i did:
    I copied mod_wl_ssl.so from
    /bea/weblogic700/server/lib/solaris/mod_wl_ssl.so to /usr/apache/libexec
    Added entries in httpd.conf as
    LoadModule weblogic_module /usr/apache/libexec/mod_wl_ssl.so
    AddModule mod_weblogic.c
    <LocationMatch "\.jsp$">
    SetHandler weblogic-handler
    StatPath false
    </LocationMatch>
    <LocationMatch "/(service1|service2|service3)/">
    SetHandler weblogic-handler
    StatPath false
    </LocationMatch>
    <IfModule mod_weblogic.c>
    WebLogicHost 127.0.0.1
    WebLogicPort 7001
    HungServerRecoverSecs 300
    ConnectTimeoutSecs 5
    </IfModule>
    When i access the url with out specifying port 7001 it's not working.
    I checked the /var/apache/logs/error_log file. Im getting the error as
    child pid 805 exit signal Segmentation Fault (11)
    Am i missing anything here?
    Thank you
    Raja

    You may want to check the certifications for Solaris 9 and the Apache plug-in at
    http://e-docs.bea.com/wls/certifications/certifications/sun_solaris9.html#40366.
    It looks like you will have to upgrade to at least Apache 2.0.39. We had to do
    this on Solaris 8 as well.
    "Raja Balasubramanian" <[email protected]> wrote:
    Thank you Eric,
    I will do that
    Raja
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]...
    I believe this is going to require more debugging such as attachinga
    debugger(gdb) to Apache and getting a backtrace.
    I suggest opening up a support case.
    Regards,
    Eric
    "Raja Balasubramanian" <[email protected]> wrote in message
    news:[email protected]...
    Hi Eric,
    Thank you for the replies.
    I tried with the same test as you specified. Still im getting the
    same
    problem.
    [Mon Mar 10 13:57:21 2003] [notice] child pid 1184 exit signal
    Segmentation Fault (11)
    Im running Solaris 9 in SPARC platform. It's a Sun E450 server.
    Im using the default apache package which comes with Solaris 9. Ididn't
    do
    anything with apache.
    Bea website says that Weblogic 7 sp2 is certified for Soalris 9.
    That's
    y
    i
    installed Solaris 9.
    I tested the same on a Linux Machine (Redhat Linux 7.1 on IA). It
    works
    fine
    without any problem.
    How can i make things work?
    Thank you for your kind replies
    Raja
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]...
    Looks like it should work.
    Let's simplify your test:
    <Location /test>
    WebLogicHost 127.0.0.1
    WebLogicPort 7001
    Debug ALL
    DebugConfigInfo ON
    SetHandler weblogic-handler
    </Location>
    Try with just that.
    Another thing is that I am unsure as to whether we have tested
    with
    Solaris
    9. This is SPARC right? Also, can you outline the steps you took
    when
    building apache? Did you use GCC?
    Thanks,
    Eric
    "Raja Balasubramanian" <[email protected]> wrote
    in
    message
    news:[email protected]...
    Hi,
    Now i changed to mod_wl_ssl.so.
    And i changed the httpd.conf as
    LoadModule weblogic_module libexec/mod_wl_ssl.so
    <IfModule mod_weblogic.c>
    WebLogicHost 127.0.0.1
    WebLogicPort 7001
    Debug ALL
    DebugConfigInfo ON
    StatPath true
    HungServerRecoverSecs 300
    ConnectTimeoutSecs 5
    </IfModule>
    But im getting the same error. NO wlproxy.log file is created
    in my
    server.
    I tried Debug ON also. Still the same.
    Am i doing anything wrong?
    Please help me...
    Thank you
    Raja
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]...
    That means that your apache instance is compiled with -DEAPI
    and
    should
    use
    the mod_wl_ssl.so.
    Can you please try to set Debug ALL and get the log in
    /tmp/wlproxy.log
    and
    share that?
    Thanks,
    Eric
    "Raja Balasubramanian" <[email protected]> wrote
    in
    message
    news:[email protected]...
    Hi Eric,
    When im using mod_wl.so im getting warning from Apache as
    [Mon Mar 10 12:41:15 2003] [warn] Loaded DSO
    libexec/mod_wl.so
    uses
    plain Apache 1.3 API, this module might crash under
    EAPI!
    (please
    recompile it with -DEAPI)
    Thank you
    Raja
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]...
    Are you using modssl or any apache with EAPI compiled in?
    Otherwise, you should be using the mod_wl.so.
    As well, please set Debug ALL to see if we can get more
    debug.
    Thanks,
    Eric
    "Raja Balasubramanian" <[email protected]>
    wrote
    in
    message
    news:[email protected]...
    Hi all,
    Im trying to set up Apache weblogic plug-in, and im having
    problems
    with
    that.
    Im running Solaris 9 with Apache/1.3.26 (Unix) and Weblogic
    7
    with
    sp2.
    Here is what i did:
    I copied mod_wl_ssl.so from
    /bea/weblogic700/server/lib/solaris/mod_wl_ssl.so to/usr/apache/libexec
    Added entries in httpd.conf as
    LoadModule weblogic_module/usr/apache/libexec/mod_wl_ssl.so
    AddModule mod_weblogic.c
    <LocationMatch "\.jsp$">
    SetHandler weblogic-handler
    StatPath false
    </LocationMatch>
    <LocationMatch "/(service1|service2|service3)/">
    SetHandler weblogic-handler
    StatPath false
    </LocationMatch>
    <IfModule mod_weblogic.c>
    WebLogicHost 127.0.0.1
    WebLogicPort 7001
    HungServerRecoverSecs 300
    ConnectTimeoutSecs 5
    </IfModule>
    When i access the url with out specifying port 7001 it's
    not
    working.
    I checked the /var/apache/logs/error_log file. Im getting
    the
    error
    as
    child pid 805 exit signal Segmentation Fault
    (11)
    Am i missing anything here?
    Thank you
    Raja

  • 6732 Segmentation Fault(coredump)

    We are getting an error: 6732 Segmentation Fault(coredump) occasionally. We run a batch file from Unix and when calling a PERL script, we get the error. any ideas what could be causing this error?

    I believe this error generally indicates a user process died. It then generates a coredump to let you analyse why it died. Mostly it is not that serious. You are probably need to check the unix and perl scripts for possible errors.

  • Error ".profile[27]: 54214 Segmentation fault(coredump)"

    When I try to telnet into my AIX mainframe I get the following error.
    ".profile[27]: 54214 Segmentation fault(coredump)"
    Does anyone know why terminal.app returns this error? I am clueless.
    It has never worked. I have tried terminal emulation programs to no avail. It seems that I can not get into it from an apple computer? Is there another way other then telnet to get in?

    You could try to comment out any commands you think are unnecessary by inserting a hash mark (#) in the beginning of the line in question.
    To allow you to login, you can rename the file out of the way with "mv .profile dot-profile" if you can access the remote system.
    The minimum contents for a .profile are really non-existent, you shouldn't need to have a .profile file at all, it's only for convinience that it exists. Bournish shells run that file for "login" shells.
    When you have access to the remote system, open two terminal windows, display the .profile file's contents in one, and cut and paste the lines one by one into the other.
    What did the file command tell you about the core file?
    I'll be gone for a few hours, but I'll check in later.

  • Software? are apple at fault? please help

    hi was just wondering if anyone could help me ive been having what seems like very simple problems with my phone like freezing, brightness going up and down when trying to make a call or text, not recieving calls or text till a few days later. at first i thought it was a problem with the company i was with when i talked to them they said it sounded like my phone was faulty. then i noticed i couldnt get icloud  and many other problems were occuring and my phone is not even a year old.
    I made an appointment at the lakeside shop where they were 20 mins over my appointment, then when someone came over he mentioned it could be a software issue, he said everything would have to be swiped off my phone (luckly i restored it all) but he said that if i did restore it there was no guarenttee it would be ok. when i swiped it it was ok there was some freezing still but apart from that nothing but now ive restored it, its worse than ever.
    As my warranty is up next week i know i can do much but my question is apple at fault or were the problems i was having a software glitch and is this worth me taking up with the manager in lakeside.
    if anywone can help that'd be great
    kayleigh

    In 6.1 you can use the event structure to do what you want it to do. if this doesn't help send me your global VI's and be more specific as to what exactly you want help with.
    Here is a modified VI.
    Joe
    Joe.
    "NOTHING IS EVER EASY"
    Attachments:
    SingleScan-BooleanHelp[1].vi ‏120 KB

  • Call SQLGLM creates core dump segmentation fault in oracle 9i database

    Hi,
    I am doing call to SQLGLM to get description of error message. This always worked in oracle 9i 32 bit but it does not work with 64 bit installation. I get core dump and segmentation fault.
    Please help.
    Altaf

    wow.. I just upgraded glibc to 2.3.2... and everything works!
    :D

  • SDK 1.3 segmentation fault on debian

    I have installed SDK 1.3.1 on linux/debian machine.
    Now I'm testing simplest hello.java program:
    class hello {
    public static void main(String argv[]) {
         System.out.println("Hello!");
    I have compiled it:
    $ javac hello.java
    and try to run:
    $ java hello
    It usualy works, printing:
    Hello!
    but sometimes crashes this way:
    Hello!
    Another exception has been detected while we were handling last error.
    Dumping information about last error:
    ERROR REPORT FILE = (N/A)
    PC = 0x0x4022261a
    SIGNAL = 11
    FUNCTION NAME = (N/A)
    LIBRARY NAME = (N/A)
    Please check ERROR REPORT FILE for further information, if there is any.
    Good bye.
    Segmentation fault
    So please help, what is wrong?!
         JW

    If you get a message like "Cannot obtain thread information" or "Segmentation fault" try running java with -Xrs parameter. See man java for further details on this parameter.

  • Segmentation fault on program exit

    Hallo to everybody
    To whoever could help me, I wish to describe a big problem I am facing on my SOLARIS 9 server (UltraSparc III+).
    I am porting some C applications (without multithread) from UNIX SCO to Solaris 9 (I am using Sun Studio 10.),
    but all the executables generated end with a Segmentation Fault(coredump).
    For instance, when using dbx with my ua_wait executable, going step by step I can see the program execution without any error
    till the end of the program (the last closing brackets): after that, the program crashes.
    Additionally, when launching dbx with the following command:
    dbx -C -I /usr1/source/UA605/UTOOLS bin/ua_wait
    I get the following output:
    Reading ua_wait
    Reading ld.so.1
    Reading rtcapihook.so
    Reading libma.so
    Reading libm.so.1
    Reading libc.so.1
    Reading libdl.so.1
    Reading libc_psr.so.1
    Reading rtcaudit.so
    Reading libmapmalloc.so.1
    Reading libgen.so.1
    Reading rtcboot.so
    Reading librtc.so
    After setting the RTC features issuing the following command:
    (dbx) check -all
    and launching the execution with:
    (dbx) run
    I get the following output:
    Running: ua_wait
    (process id 10907)
    RTC: Enabling Error Checking...
    signal SEGV (no mapping at the fault address) in evfind at 0xf35148f4
    0xf35148f4: evfind+0x001c: ld &#91;%i1&#93;, %i5
    dbx: Stopped within call to '__rtc_init'. Starting new command interpreter
    Is there anyone who can help me to understand what's going on?
    Please note that all the executables must be 32 bit ones, as they have to link to a 32 bit shared library (libma.so) previously installed by another software.
    The output of the command
    file libma.so
    is:
    libma.so: ELF 32-bit MSB dynamic lib SPARC Version 1, dynamically linked, not stripped
    Additional information about the generation of the executables:
    In order to generate the ua_wait executable, I first compiled the object files in this way:
    cc -g -G -c <source-file> -DSun -xtarget=ultra3 -xarch=v8plus -xcode=pic32 -features=no%extinl
    then I compiled the static libraries this way:
    ar -c -r -u <static library> <object list>
    and then I built the executable through the LD command this way:
    ld -o ua_wait ua_wait.o staticlib1.a staticlib2.a staticlib3.a staticlib4.a libma.so -lm -lc
    The output of the
    file ua_wait
    command is
    ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped
    Thanks in advance,
    Diego Curti

    Wouldn't this be more appropriate in one of the Sun Studio forums?
    http://forum.sun.com/index.jspa
    ... particularly for 32bit programming in a 64bit environment, on 64bit hardware ?
    This is actually a "how do I install my OS from CD media" forum.

  • Error while starting saposcol - Segmentation fault

    Hello Experts,
    We are facing issues while starting saposcol on one of the application servers of our central prod system.
    The exe directory is NFS mounted from DB server on all the application servers and saposcol runs fine on them. Hence there is no issue with the file permissions, sticky bit etc.
    Initially we thought it was a memory release issue. But the problem persists even after system restart.
    We have tried starting it via sidadm user and root. but the error remains. We are getting following error during starting it.
    16:31:40 15.03.2010   LOG: Effective User Id is root
    Segmentation fault(coredump)
    file permission:
    -rwsr-x---    1 root     sapsys      2558385 Jun 07 2009  saposcol
    Please help!!
    Thanks,
    Anup Thatte

    HI Anup,
    I Hope you are starting saposcol properly..If you are still facing issue please grant more permission for saposcol executable. Atleast execute permission for everyuse. How about verifying permission with different host where its runnign perfectly.
    > saposcol -h
    Saposcol Usage:
    start Saposcol:
    saposcol  [-l] [pf=complete name of saposcol profile] [-t[level]] [-z]
    stop Saposcol:
    saposcol -k [pf=complete name of saposcol profile] [-t[level]] [-z]
    show Saposcol Status:
    saposcol -s [pf=complete name of saposcol profile] [-t[level]] [-z]
    thanks
    ashish

  • WFMAIL Segmentation Fault

    While Iam running WFMAIL apps/password@dbname 0 Y config_file on UNIX I am getting Segmentation Fault(coredump) error, can any one please help me.
    Many Thanks
    Sreeni

    While Iam running WFMAIL apps/password@dbname 0 Y config_file on UNIX I am getting Segmentation Fault(coredump) error, can any one please help me.
    Many Thanks
    Sreeni

  • Weblogic segmentation fault on AIX

    My client has managed to find a bug in the JVM - version 1.4 for AIX. A coredump is available on request. The error is given by weblogic below:
    JVMDG217: Dump Handler is Processing Signal 11 - Please Wait.
    JVMDG303: JVM Requesting Java core file
    JVMDG304: Java core file written to /weblogic/user_projects/domains/mccdomain/javacore71260.1131115420.txt
    JVMDG215: Dump Handler has Processed Exception Signal 11.
    /weblogic/user_projects/domains/mccdomain/startWebLogic.sh[67]: 71260 Segmentation fault(coredump)
    java full version "J2RE 1.4.2 IBM AIX build ca142sr1a-20050209"
    Thanks and Regards
    Joseph.

    Sorry, I misunderstood the original question. I thought it was the C compiler (not the C++ compiler) that you were using. The problem you're seeing (I believe) is due to the fact that you're trying to modify static data. The initialization of the character pointer variable 's' creates a pointer to read only (static) data. When you try to change that data with the assignment, you get a segmentation violation.
    If, instead, you were to initialize the 's' variable as follows:
    #include <stdio.h>
    #include <ctype.h>
    #include <stdlib.h>
    #include <string.h>
    main() {
       char* r ;
       char s[] = "NONE,SITE,PANEL";
    /*   char *s = "NONE,SITE,PANEL"; */
       if(r = strchr(s, ',' )) {
          *r = '\0' ; //segmentation fault here, how to solve
    }The program would work as expected. This is because 's' now points at writeable data. You can see this by compiling the source into assembly with the -S option:
    % CC -S forum.cc
    % cat forum.s
    .section ".data",#alloc,#write
    .LI5:
    .ascii "NONE,SITE,PANEL\000"

  • ./iasdeploy ? gives Segmentation fault

    We are running a Solaris 8, iplanet 6.5 and when testing the command iasdeploy we receive a very strange error message. Does this fault derive from running the deploy command while the webserver is running?
    Also, we did not shut down the KJS and KXS before deploying an ear file, is it necessary?
    /iplanet/ias6/ias/bin> ./iasdeploy ?
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 5448524541440E4350500631 FF
    # Problematic Thread:
    /iplanet/ias6/ias/bin/productversion[60]: 893 Segmentation Fault(coredump)
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 5448524541440E4350500631 FF
    # Problematic Thread:
    ./iasdeploy[65]: 906 Segmentation Fault(coredump)
    Thomas

    [root@lapdance ~]# bkhive /mnt/win/windows/system32/config/system key
    Bkhive [email protected]
    Segmentation fault
    [root@lapdance ~]#
    I get the same, and I have tried this on two different computers.  Did you get anywhere with the problem?
    Cheers

  • Gbdfed - Segmentation fault

    Hi there.
    Some of you may heard about gbdfed the bitmap font editor( http://sofia.nmsu.edu/~mleisher/Software/gbdfed/ )
    Well I've built it from the AUR package ( http://aur.archlinux.org/packages.php?ID=5636 )
    The manual says that if I double click a glyph it will open the glyph editor( I want to make custom fonts with symbols )
    So when I double click a glyph it exits and says this
    (gbdfed:27647): GLib-GObject-WARNING **: invalid cast from `Glyphedit' to `<unknown>'
    (gbdfed:27647): GLib-GObject-WARNING **: invalid class cast from `Glyphedit' to `<unknown>'
    (gbdfed:27647): GLib-GObject-WARNING **: invalid cast from `Glyphedit' to `<unknown>'
    ** (gbdfed:27647): CRITICAL **: glyphedit_set_grid: assertion `IS_GLYPHEDIT(gw)' failed
    (gbdfed:27647): GLib-GObject-WARNING **: invalid cast from `Glyphedit' to `<unknown>'
    ** (gbdfed:27647): CRITICAL **: glyphedit_set_pixel_size: assertion `IS_GLYPHEDIT(gw)' failed
    (gbdfed:27647): GLib-GObject-WARNING **: invalid cast from `Glyphedit' to `<unknown>'
    ** (gbdfed:27647): CRITICAL **: glyphedit_set_show_x_height: assertion `IS_GLYPHEDIT(gw)' failed
    (gbdfed:27647): GLib-GObject-WARNING **: invalid cast from `Glyphedit' to `<unknown>'
    ** (gbdfed:27647): CRITICAL **: glyphedit_set_show_cap_height: assertion `IS_GLYPHEDIT(gw)' failed
    (gbdfed:27647): GLib-GObject-WARNING **: invalid cast from `Glyphedit' to `<unknown>'
    (gbdfed:27647): GLib-GObject-WARNING **: invalid cast from `Glyphedit' to `<unknown>'
    ** (gbdfed:27647): CRITICAL **: glyphedit_get_image: assertion `IS_GLYPHEDIT(gw)' failed
    zsh: segmentation fault gbdfed
    Any help is appreciated!
    Or if you know other font editor like gbdfed please post it here!
    Last edited by nixfag (2011-06-18 07:54:12)

    Hi there.
    Some of you may heard about gbdfed the bitmap font editor( http://sofia.nmsu.edu/~mleisher/Software/gbdfed/ )
    Well I've built it from the AUR package ( http://aur.archlinux.org/packages.php?ID=5636 )
    The manual says that if I double click a glyph it will open the glyph editor( I want to make custom fonts with symbols )
    So when I double click a glyph it exits and says this
    (gbdfed:27647): GLib-GObject-WARNING **: invalid cast from `Glyphedit' to `<unknown>'
    (gbdfed:27647): GLib-GObject-WARNING **: invalid class cast from `Glyphedit' to `<unknown>'
    (gbdfed:27647): GLib-GObject-WARNING **: invalid cast from `Glyphedit' to `<unknown>'
    ** (gbdfed:27647): CRITICAL **: glyphedit_set_grid: assertion `IS_GLYPHEDIT(gw)' failed
    (gbdfed:27647): GLib-GObject-WARNING **: invalid cast from `Glyphedit' to `<unknown>'
    ** (gbdfed:27647): CRITICAL **: glyphedit_set_pixel_size: assertion `IS_GLYPHEDIT(gw)' failed
    (gbdfed:27647): GLib-GObject-WARNING **: invalid cast from `Glyphedit' to `<unknown>'
    ** (gbdfed:27647): CRITICAL **: glyphedit_set_show_x_height: assertion `IS_GLYPHEDIT(gw)' failed
    (gbdfed:27647): GLib-GObject-WARNING **: invalid cast from `Glyphedit' to `<unknown>'
    ** (gbdfed:27647): CRITICAL **: glyphedit_set_show_cap_height: assertion `IS_GLYPHEDIT(gw)' failed
    (gbdfed:27647): GLib-GObject-WARNING **: invalid cast from `Glyphedit' to `<unknown>'
    (gbdfed:27647): GLib-GObject-WARNING **: invalid cast from `Glyphedit' to `<unknown>'
    ** (gbdfed:27647): CRITICAL **: glyphedit_get_image: assertion `IS_GLYPHEDIT(gw)' failed
    zsh: segmentation fault gbdfed
    Any help is appreciated!
    Or if you know other font editor like gbdfed please post it here!
    Last edited by nixfag (2011-06-18 07:54:12)

  • I'm getting a segmentation fault on the laptop

    I'm getting a segmentation fault when trying to upgrade system (pacman -Syu).
    This happened after my battery went empy (this is a laptop).
    Here goes the output of `pacman -Syu --debug':
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: architecture: x86_64
    debug: config: showsize
    debug: config: usedelta
    debug: config: totaldownload
    debug: config: new section 'core'
    debug: registering sync database 'core'
    debug: config file /etc/pacman.conf, line 64: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': http://mirrors.kernel.org/archlinux/core/os/x86_64
    debug: adding new server URL to database 'core': http://mirror.archlinux.no/core/os/x86_64
    debug: adding new server URL to database 'core': http://archlinux.uib.no/core/os/x86_64
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config file /etc/pacman.conf, line 67: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': http://mirrors.kernel.org/archlinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': http://mirror.archlinux.no/extra/os/x86_64
    debug: adding new server URL to database 'extra': http://archlinux.uib.no/extra/os/x86_64
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config file /etc/pacman.conf, line 73: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': http://mirrors.kernel.org/archlinux/community/os/x86_64
    debug: adding new server URL to database 'community': http://mirror.archlinux.no/community/os/x86_64
    debug: adding new server URL to database 'community': http://archlinux.uib.no/community/os/x86_64
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'multilib'
    debug: registering sync database 'multilib'
    debug: config file /etc/pacman.conf, line 86: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'multilib': http://mirrors.kernel.org/archlinux/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': http://mirror.archlinux.no/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': http://archlinux.uib.no/multilib/os/x86_64
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'archlinuxfr'
    debug: registering sync database 'archlinuxfr'
    debug: adding new server URL to database 'archlinuxfr': http://repo.archlinux.fr/x86_64
    debug: config: new section 'nightly'
    debug: registering sync database 'nightly'
    debug: adding new server URL to database 'nightly': http://nightly.uhuc.de/x86_64
    debug: config: finished parsing /etc/pacman.conf
    debug: registering local database
    :: Synchronizing package databases...
    debug: destfile found, using mtime only
    debug: using 'core.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1288548030 local_time: 1288548030 compare: 0
    debug: ust.size: 36523 local_size: 36523 compare: 0
    debug: files are identical, skipping core.db.tar.gz
    core is up to date
    debug: destfile found, using mtime only
    debug: using 'extra.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1288548042 local_time: 1288548042 compare: 0
    debug: ust.size: 487079 local_size: 487079 compare: 0
    debug: files are identical, skipping extra.db.tar.gz
    extra is up to date
    debug: destfile found, using mtime only
    debug: using 'community.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1288545853 local_time: 1288545853 compare: 0
    debug: ust.size: 398944 local_size: 398944 compare: 0
    debug: files are identical, skipping community.db.tar.gz
    community is up to date
    debug: destfile found, using mtime only
    debug: using 'multilib.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1288386951 local_time: 1288386951 compare: 0
    debug: ust.size: 21675 local_size: 21675 compare: 0
    debug: files are identical, skipping multilib.db.tar.gz
    multilib is up to date
    debug: destfile found, using mtime only
    debug: using 'archlinuxfr.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1288452825 local_time: 1288452825 compare: 0
    debug: ust.size: 21807 local_size: 21807 compare: 0
    debug: files are identical, skipping archlinuxfr.db.tar.gz
    archlinuxfr is up to date
    debug: destfile found, using mtime only
    debug: using 'nightly.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1288324936 local_time: 1288324936 compare: 0
    debug: ust.size: 21349 local_size: 21349 compare: 0
    debug: files are identical, skipping nightly.db.tar.gz
    nightly is up to date
    debug: loading package cache for repository 'local'
    debug: database path for tree local set to /var/lib/pacman/local/
    debug: loading package cache for repository 'core'
    debug: database path for tree core set to /var/lib/pacman/sync/core/
    :: Starting full system upgrade...
    debug: checking for package upgrades
    debug: loading package cache for repository 'extra'
    debug: database path for tree extra set to /var/lib/pacman/sync/extra/
    debug: new version of 'aalib' found (1.4rc5-6 => 1.4rc5-7)
    debug: adding package aalib-1.4rc5-7 to the transaction targets
    debug: loading package cache for repository 'community'
    debug: database path for tree community set to /var/lib/pacman/sync/community/
    debug: loading package cache for repository 'multilib'
    debug: database path for tree multilib set to /var/lib/pacman/sync/multilib/
    debug: loading package cache for repository 'archlinuxfr'
    debug: database path for tree archlinuxfr set to /var/lib/pacman/sync/archlinuxfr/
    debug: loading package cache for repository 'nightly'
    debug: database path for tree nightly set to /var/lib/pacman/sync/nightly/
    debug: new version of 'awesome' found (3.4.7-1 => 3.4.8-1)
    debug: adding package awesome-3.4.8-1 to the transaction targets
    debug: new version of 'chromium' found (6.0.472.62-1 => 7.0.517.43-1)
    debug: adding package chromium-7.0.517.43-1 to the transaction targets
    debug: new version of 'compositeproto' found (0.4.1-1 => 0.4.2-1)
    debug: adding package compositeproto-0.4.2-1 to the transaction targets
    debug: new version of 'damageproto' found (1.2.0-1 => 1.2.1-1)
    debug: adding package damageproto-1.2.1-1 to the transaction targets
    debug: new version of 'dhcpcd' found (5.2.7-1 => 5.2.8-1)
    debug: adding package dhcpcd-5.2.8-1 to the transaction targets
    debug: new version of 'emesene' found (1.6.3-3 => 1.6.3-4)
    debug: adding package emesene-1.6.3-4 to the transaction targets
    debug: new version of 'fixesproto' found (4.1.1-1 => 4.1.2-1)
    debug: adding package fixesproto-4.1.2-1 to the transaction targets
    debug: new version of 'fontsproto' found (2.1.0-1 => 2.1.1-1)
    debug: adding package fontsproto-2.1.1-1 to the transaction targets
    debug: new version of 'gimp' found (2.6.10-2 => 2.6.11-1)
    debug: adding package gimp-2.6.11-1 to the transaction targets
    debug: new version of 'gparted' found (0.6.4-1 => 0.7.0-1)
    debug: adding package gparted-0.7.0-1 to the transaction targets
    debug: new version of 'jre' found (6u22-2 => 6u22-3)
    debug: adding package jre-6u22-3 to the transaction targets
    debug: new version of 'kernel26' found (2.6.35.7-1 => 2.6.35.8-1)
    debug: adding package kernel26-2.6.35.8-1 to the transaction targets
    debug: new version of 'kernel26-headers' found (2.6.35.7-1 => 2.6.35.8-1)
    debug: adding package kernel26-headers-2.6.35.8-1 to the transaction targets
    debug: new version of 'libdrm-git' found (20101027-1 => 20101029-1)
    debug: adding package libdrm-git-20101029-1 to the transaction targets
    debug: new version of 'libxdmcp' found (1.0.3-1 => 1.1.0-1)
    debug: adding package libxdmcp-1.1.0-1 to the transaction targets
    debug: new version of 'libxft' found (2.1.14-1 => 2.2.0-1)
    debug: adding package libxft-2.2.0-1 to the transaction targets
    debug: new version of 'libxkbfile' found (1.0.6-1 => 1.0.7-1)
    debug: adding package libxkbfile-1.0.7-1 to the transaction targets
    debug: new version of 'libxmu' found (1.0.5-1 => 1.1.0-1)
    debug: adding package libxmu-1.1.0-1 to the transaction targets
    debug: new version of 'libxpm' found (3.5.8-1 => 3.5.9-1)
    debug: adding package libxpm-3.5.9-1 to the transaction targets
    debug: new version of 'libxss' found (1.2.0-1 => 1.2.1-1)
    debug: adding package libxss-1.2.1-1 to the transaction targets
    debug: new version of 'libxtst' found (1.1.0-1 => 1.2.0-1)
    debug: adding package libxtst-1.2.0-1 to the transaction targets
    debug: new version of 'libxv' found (1.0.5-1 => 1.0.6-1)
    debug: adding package libxv-1.0.6-1 to the transaction targets
    debug: new version of 'libxxf86dga' found (1.1.1-1 => 1.1.2-1)
    debug: adding package libxxf86dga-1.1.2-1 to the transaction targets
    debug: new version of 'libxxf86vm' found (1.1.0-1 => 1.1.1-1)
    debug: adding package libxxf86vm-1.1.1-1 to the transaction targets
    debug: new version of 'mlocate' found (0.23.1-1 => 0.23.1-2)
    debug: adding package mlocate-0.23.1-2 to the transaction targets
    debug: new version of 'mpfr' found (3.0.0-2 => 3.0.0.p4-1)
    debug: adding package mpfr-3.0.0.p4-1 to the transaction targets
    debug: new version of 'perl-mp3-info' found (1.24-1 => 1.24-2)
    debug: adding package perl-mp3-info-1.24-2 to the transaction targets
    debug: new version of 'randrproto' found (1.3.1-1 => 1.3.2-1)
    debug: adding package randrproto-1.3.2-1 to the transaction targets
    debug: new version of 'recordproto' found (1.14-1 => 1.14.1-1)
    debug: adding package recordproto-1.14.1-1 to the transaction targets
    debug: new version of 'scrnsaverproto' found (1.2.0-1 => 1.2.1-1)
    debug: adding package scrnsaverproto-1.2.1-1 to the transaction targets
    debug: new version of 'syslinux' found (4.02-1 => 4.03-1)
    debug: adding package syslinux-4.03-1 to the transaction targets
    debug: new version of 'vicious-git' found (20101027-1 => 20101029-1)
    debug: adding package vicious-git-20101029-1 to the transaction targets
    debug: new version of 'wine' found (1.3.5-1 => 1.3.6-1)
    debug: adding package wine-1.3.6-1 to the transaction targets
    debug: new version of 'xplc' found (0.3.13-2 => 0.3.13-3)
    debug: adding package xplc-0.3.13-3 to the transaction targets
    error: segmentation fault
    Internal pacman error: Segmentation fault.
    Please submit a full bug report with --debug if appropriate.
    I've tried running memtest86+ and I'm not having any errors.
    What should I do next?
    This is depressing :´-(

    Hey, thanks!
    That just did it

  • Segmentation fault while updateing [SOLVED]

    Hello all,
    I got this probem a few days ago, trying to run 'pacman -syu' ends in a segmentation fault.
    I have no clue what to do abou it..
    I first tryed to update zlib manual as it was last in the list, worked fine. So i tryed wine and trying to update wine end in a segmentation fault.
    I uninstalled wine and now i cant reinstall it.
    Output from --debug
    output 1: before i tryed anything
    output 2: after installing zlib and removing wine
    output 3: from when i try to install wine again.
    output 1:
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: architecture: x86_64
    debug: config: new section 'core'
    debug: registering sync database 'core'
    debug: config file /etc/pacman.conf, line 64: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': [url]ftp://mirrors.kernel.org/archlinux/core/os/x86_64[/url]
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config file /etc/pacman.conf, line 67: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': [url]ftp://mirrors.kernel.org/archlinux/extra/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config file /etc/pacman.conf, line 73: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': [url]ftp://mirrors.kernel.org/archlinux/community/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'multilib'
    debug: registering sync database 'multilib'
    debug: config file /etc/pacman.conf, line 79: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'multilib': [url]ftp://mirrors.kernel.org/archlinux/multilib/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'archlinuxfr'
    debug: registering sync database 'archlinuxfr'
    debug: adding new server URL to database 'archlinuxfr': [url]http://repo.archlinux.fr/x86_64[/url]
    debug: config: finished parsing /etc/pacman.conf
    debug: registering local database
    :: Synchronizing package databases...
    debug: destfile found, using mtime only
    debug: using 'core.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292198641 local_time: 1292198641 compare: 0
    debug: ust.size: 36849 local_size: 36849 compare: 0
    debug: files are identical, skipping core.db.tar.gz
    core is up to date
    debug: destfile found, using mtime only
    debug: using 'extra.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292277403 local_time: 1292277403 compare: 0
    debug: ust.size: 462732 local_size: 462732 compare: 0
    debug: files are identical, skipping extra.db.tar.gz
    extra is up to date
    debug: destfile found, using mtime only
    debug: using 'community.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292269249 local_time: 1292269249 compare: 0
    debug: ust.size: 410459 local_size: 410459 compare: 0
    debug: files are identical, skipping community.db.tar.gz
    community is up to date
    debug: destfile found, using mtime only
    debug: using 'multilib.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292018227 local_time: 1292018227 compare: 0
    debug: ust.size: 23111 local_size: 23111 compare: 0
    debug: files are identical, skipping multilib.db.tar.gz
    multilib is up to date
    debug: destfile found, using mtime only
    debug: using 'archlinuxfr.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292246820 local_time: 1292246820 compare: 0
    debug: ust.size: 24155 local_size: 24155 compare: 0
    debug: files are identical, skipping archlinuxfr.db.tar.gz
    archlinuxfr is up to date
    debug: loading package cache for repository 'local'
    debug: database path for tree local set to /var/lib/pacman/local/
    debug: loading package cache for repository 'core'
    debug: database path for tree core set to /var/lib/pacman/sync/core/
    :: Starting full system upgrade...
    debug: checking for package upgrades
    debug: loading package cache for repository 'extra'
    debug: database path for tree extra set to /var/lib/pacman/sync/extra/
    debug: loading package cache for repository 'community'
    debug: database path for tree community set to /var/lib/pacman/sync/community/
    debug: loading package cache for repository 'multilib'
    debug: database path for tree multilib set to /var/lib/pacman/sync/multilib/
    debug: loading package cache for repository 'archlinuxfr'
    debug: database path for tree archlinuxfr set to /var/lib/pacman/sync/archlinuxfr/
    debug: new version of 'dhcpcd' found (5.2.8-1 => 5.2.9-1)
    debug: adding package dhcpcd-5.2.9-1 to the transaction targets
    debug: new version of 'diffutils' found (3.0-1 => 3.0-2)
    debug: adding package diffutils-3.0-2 to the transaction targets
    debug: new version of 'fluidsynth' found (1.1.3-1 => 1.1.3-2)
    debug: adding package fluidsynth-1.1.3-2 to the transaction targets
    debug: new version of 'heimdal' found (1.3.3-3 => 1.3.3-4)
    debug: adding package heimdal-1.3.3-4 to the transaction targets
    debug: new version of 'kernel26' found (2.6.36.1-3 => 2.6.36.2-1)
    debug: adding package kernel26-2.6.36.2-1 to the transaction targets
    debug: new version of 'kernel26-headers' found (2.6.36.1-3 => 2.6.36.2-1)
    debug: adding package kernel26-headers-2.6.36.2-1 to the transaction targets
    debug: new version of 'libdrm' found (2.4.22-1 => 2.4.22-3)
    debug: adding package libdrm-2.4.22-3 to the transaction targets
    debug: new version of 'man-pages' found (3.31-1 => 3.32-1)
    debug: adding package man-pages-3.32-1 to the transaction targets
    debug: new version of 'mesa' found (7.9-1 => 7.9.0.git20101207-2)
    debug: adding package mesa-7.9.0.git20101207-2 to the transaction targets
    debug: new version of 'raptor' found (1.4.21-1 => 1.4.21-2)
    debug: adding package raptor-1.4.21-2 to the transaction targets
    debug: new version of 'rasqal' found (0.9.20-1 => 0.9.21-1)
    debug: adding package rasqal-0.9.21-1 to the transaction targets
    debug: new version of 'redland' found (1.0.12-2 => 1.0.12-3)
    debug: adding package redland-1.0.12-3 to the transaction targets
    debug: new version of 'syslog-ng' found (3.1.2-1 => 3.2.1-1)
    debug: adding package syslog-ng-3.2.1-1 to the transaction targets
    debug: new version of 'telepathy-glib' found (0.12.5-1 => 0.12.6-1)
    debug: adding package telepathy-glib-0.12.6-1 to the transaction targets
    debug: new version of 'udev' found (164-2 => 164-3)
    debug: adding package udev-164-3 to the transaction targets
    debug: new version of 'usbutils' found (0.91-3 => 0.91-4)
    debug: adding package usbutils-0.91-4 to the transaction targets
    debug: new version of 'wine' found (1.3.8-1 => 1.3.9-1)
    debug: adding package wine-1.3.9-1 to the transaction targets
    debug: new version of 'zlib' found (1.2.5-2 => 1.2.5-3)
    debug: adding package zlib-1.2.5-3 to the transaction targets
    error: segmentation fault
    Internal pacman error: Segmentation fault.
    Please submit a full bug report with --debug if appropriate
    Output 2:
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: architecture: x86_64
    debug: config: new section 'core'
    debug: registering sync database 'core'
    debug: config file /etc/pacman.conf, line 64: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': [url]ftp://mirrors.kernel.org/archlinux/core/os/x86_64[/url]
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config file /etc/pacman.conf, line 67: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': [url]ftp://mirrors.kernel.org/archlinux/extra/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config file /etc/pacman.conf, line 73: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': [url]ftp://mirrors.kernel.org/archlinux/community/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'multilib'
    debug: registering sync database 'multilib'
    debug: config file /etc/pacman.conf, line 79: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'multilib': [url]ftp://mirrors.kernel.org/archlinux/multilib/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'archlinuxfr'
    debug: registering sync database 'archlinuxfr'
    debug: adding new server URL to database 'archlinuxfr': [url]http://repo.archlinux.fr/x86_64[/url]
    debug: config: finished parsing /etc/pacman.conf
    debug: registering local database
    :: Synchronizing package databases...
    debug: destfile found, using mtime only
    debug: using 'core.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292198641 local_time: 1292198641 compare: 0
    debug: ust.size: 36849 local_size: 36849 compare: 0
    debug: files are identical, skipping core.db.tar.gz
    core is up to date
    debug: destfile found, using mtime only
    debug: using 'extra.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292277403 local_time: 1292277403 compare: 0
    debug: ust.size: 462732 local_size: 462732 compare: 0
    debug: files are identical, skipping extra.db.tar.gz
    extra is up to date
    debug: destfile found, using mtime only
    debug: using 'community.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292269249 local_time: 1292269249 compare: 0
    debug: ust.size: 410459 local_size: 410459 compare: 0
    debug: files are identical, skipping community.db.tar.gz
    community is up to date
    debug: destfile found, using mtime only
    debug: using 'multilib.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292018227 local_time: 1292018227 compare: 0
    debug: ust.size: 23111 local_size: 23111 compare: 0
    debug: files are identical, skipping multilib.db.tar.gz
    multilib is up to date
    debug: destfile found, using mtime only
    debug: using 'archlinuxfr.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292246820 local_time: 1292246820 compare: 0
    debug: ust.size: 24155 local_size: 24155 compare: 0
    debug: files are identical, skipping archlinuxfr.db.tar.gz
    archlinuxfr is up to date
    debug: loading package cache for repository 'local'
    debug: database path for tree local set to /var/lib/pacman/local/
    debug: loading package cache for repository 'core'
    debug: database path for tree core set to /var/lib/pacman/sync/core/
    :: Starting full system upgrade...
    debug: checking for package upgrades
    debug: loading package cache for repository 'extra'
    debug: database path for tree extra set to /var/lib/pacman/sync/extra/
    debug: loading package cache for repository 'community'
    debug: database path for tree community set to /var/lib/pacman/sync/community/
    debug: loading package cache for repository 'multilib'
    debug: database path for tree multilib set to /var/lib/pacman/sync/multilib/
    debug: loading package cache for repository 'archlinuxfr'
    debug: database path for tree archlinuxfr set to /var/lib/pacman/sync/archlinuxfr/
    debug: new version of 'dhcpcd' found (5.2.8-1 => 5.2.9-1)
    debug: adding package dhcpcd-5.2.9-1 to the transaction targets
    debug: new version of 'diffutils' found (3.0-1 => 3.0-2)
    debug: adding package diffutils-3.0-2 to the transaction targets
    debug: new version of 'fluidsynth' found (1.1.3-1 => 1.1.3-2)
    debug: adding package fluidsynth-1.1.3-2 to the transaction targets
    debug: new version of 'heimdal' found (1.3.3-3 => 1.3.3-4)
    debug: adding package heimdal-1.3.3-4 to the transaction targets
    debug: new version of 'kernel26' found (2.6.36.1-3 => 2.6.36.2-1)
    debug: adding package kernel26-2.6.36.2-1 to the transaction targets
    debug: new version of 'kernel26-headers' found (2.6.36.1-3 => 2.6.36.2-1)
    debug: adding package kernel26-headers-2.6.36.2-1 to the transaction targets
    debug: new version of 'libdrm' found (2.4.22-1 => 2.4.22-3)
    debug: adding package libdrm-2.4.22-3 to the transaction targets
    debug: new version of 'man-pages' found (3.31-1 => 3.32-1)
    debug: adding package man-pages-3.32-1 to the transaction targets
    debug: new version of 'mesa' found (7.9-1 => 7.9.0.git20101207-2)
    debug: adding package mesa-7.9.0.git20101207-2 to the transaction targets
    debug: new version of 'raptor' found (1.4.21-1 => 1.4.21-2)
    debug: adding package raptor-1.4.21-2 to the transaction targets
    debug: new version of 'rasqal' found (0.9.20-1 => 0.9.21-1)
    debug: adding package rasqal-0.9.21-1 to the transaction targets
    debug: new version of 'redland' found (1.0.12-2 => 1.0.12-3)
    debug: adding package redland-1.0.12-3 to the transaction targets
    debug: new version of 'syslog-ng' found (3.1.2-1 => 3.2.1-1)
    debug: adding package syslog-ng-3.2.1-1 to the transaction targets
    debug: new version of 'telepathy-glib' found (0.12.5-1 => 0.12.6-1)
    debug: adding package telepathy-glib-0.12.6-1 to the transaction targets
    debug: new version of 'udev' found (164-2 => 164-3)
    debug: adding package udev-164-3 to the transaction targets
    debug: new version of 'usbutils' found (0.91-3 => 0.91-4)
    debug: adding package usbutils-0.91-4 to the transaction targets
    error: segmentation fault
    Internal pacman error: Segmentation fault.
    Please submit a full bug report with --debug if appropriate.
    Output 3:
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: architecture: x86_64
    debug: config: new section 'core'
    debug: registering sync database 'core'
    debug: config file /etc/pacman.conf, line 64: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': [url]ftp://mirrors.kernel.org/archlinux/core/os/x86_64[/url]
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config file /etc/pacman.conf, line 67: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': [url]ftp://mirrors.kernel.org/archlinux/extra/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config file /etc/pacman.conf, line 73: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': [url]ftp://mirrors.kernel.org/archlinux/community/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'multilib'
    debug: registering sync database 'multilib'
    debug: config file /etc/pacman.conf, line 79: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'multilib': [url]ftp://mirrors.kernel.org/archlinux/multilib/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'archlinuxfr'
    debug: registering sync database 'archlinuxfr'
    debug: adding new server URL to database 'archlinuxfr': [url]http://repo.archlinux.fr/x86_64[/url]
    debug: config: finished parsing /etc/pacman.conf
    debug: registering local database
    debug: loading package cache for repository 'local'
    debug: database path for tree local set to /var/lib/pacman/local/
    debug: loading package cache for repository 'core'
    debug: database path for tree core set to /var/lib/pacman/sync/core/
    debug: loading package cache for repository 'extra'
    debug: database path for tree extra set to /var/lib/pacman/sync/extra/
    debug: loading package cache for repository 'community'
    debug: database path for tree community set to /var/lib/pacman/sync/community/
    debug: loading package cache for repository 'multilib'
    debug: database path for tree multilib set to /var/lib/pacman/sync/multilib/
    debug: adding package wine-1.3.9-1 to the transaction targets
    error: segmentation fault
    Internal pacman error: Segmentation fault.
    Please submit a full bug report with --debug if appropriate.
    Cheers
    X
    Last edited by Xenonn (2010-12-13 23:02:27)

    skunktrader wrote:Perhaps the pacman cache is corrupted.  Try pacman -Syyu
    worked like a charm )
    Thank you very much

Maybe you are looking for