[Bug 109079] [Feisty] Weird values in memory_limit on both php5-cgi and php5-cli

2007-04-22 Thread GatoLoko
Public bug reported:

Binary package hint: php5

Both php5-cli and php5-cgi packages have weird default values.

Until now all system I have seen comes with 8M or 16M default
memory_limit in both CGI and CLI including warty, breezy, dapper and
edgy, other distros and vanilla php.

Feisty has memory_limit=1232M in CLI and memory_limit=128M in CGI.

I've searched a bit and can't find the origin of this values so I think
it must be a mistake.

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[Feisty] Weird values in memory_limit on both php5-cgi and php5-cli
https://bugs.launchpad.net/bugs/109079
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1225] Re: Glom: missing dependency - PostgreSQL

2007-04-18 Thread GatoLoko
2007/4/18, Ralf Nieuwenhuijsen [EMAIL PROTECTED]:

 Wouldn't everybody be best served by a meta-package?

 glom-desktop  depends on glom-client and postgre-sql
 glom-client  doesn't depend on postgre-sql

 This way the choice is obvious, glom-desktop for those who just want to
 use it on their machiene and glom-client for those that only want to
 access an external server.


Or better, a glom virtual package depending on glom-client and postgresql.
That way the glom name is preserved fully functional in the default
install while leaving a path to install the client without a server using
the -client suffix.

I personally can make my own packages for my development environment (feisty
on amd64 at this moment) with the modified dependencies, but I can't afford
to make packages for all the different system where glom can run and I offer
support (ppc for example). Having a way to user glom as a client coming with
the system will make my life easier. Hadn't it will make me to look for a
different solution, since the important thing (in my case at least) is to
access the database itself from many places, not the interface (even when
glom makes a very good interface and makes it easy for the users).

-- 
Glom: missing dependency - PostgreSQL
https://bugs.launchpad.net/bugs/1225
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1225] Re: Glom: missing dependency - PostgreSQL

2007-04-18 Thread GatoLoko
2007/4/18, Murray Cumming [EMAIL PROTECTED]:


 The Postgresql binary is an implementation detail that should not be of
 interest to users. The problem here is not that Postgresql is installed,
 but that an unnecessary and unused instance of Postgresql is _started_
 when it is installed just for Glom.


Why would I want a program installed that i wouldn't want to run EVER?

May be for you it isn't very important to have a bunch of MB wasted in your
hard disk, but think for a moment in use cases different from yours. What
happens when you have a system fetching a disk image through network to boot
from that? Each extra MB is a waste of bandwidth and each new client adds
more waste.

Even when you have enough HD, it adds time and bandwidth usage in each
update for something you doesn't need at all.

You seem to take the point of view of an end user, but I take the view of an
admin/sysop and it's a problem for me to have postgresql installed in
systems I doesn't want it. But, hey! I'm only one of many! Maybe I'm
mistaken.

You can make what you want (installation of postgresql while installing
glom) in a way that makes it possible for other to install it without the
server (using the virtual packages and dependencies). Why are you so
reticent to allow people the choice? Is there anything I'm not aware of?

-- 
Glom: missing dependency - PostgreSQL
https://bugs.launchpad.net/bugs/1225
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1225] Re: Glom: missing dependency - PostgreSQL

2007-04-18 Thread GatoLoko
2007/4/18, Murray Cumming [EMAIL PROTECTED]:

 If you install Glom, it's fair to assume that you are likely to need
 this part of Glom's implementation some time. Asking for Postgres not to
 be installed for Glom is equivalent to asking for libgnomeprint not to
 be installed because you never want to print from Gnumeric. Wanting to
 save a few MB would not be a good enough reason to do that.


May be in your case it's true, but not in mine. Think in the scenery I
talked about before. A TPV alike environment.
The user are that, USERS, and only USE what i give then. The doesn't need to
create databases, they only need to USE what i give them.
That's why I NEED a glom without server.

Even in an office, if I have a sql server, I prefer to create some accounts
for the people who would need that (mainly developers or advanced users)
better than managing complains about local storages that they don't know how
to configure.


You might prefer a client-only version of Glom. I plan to produce one at
 some time, though embedded use seems the only worthwhile place for it.
 But at the moment, a Glom without postgres is a broken Glom.


There is no need for an independent client only. The actual glom can act as
a client. You only neet to not include postgresql by force.
If the packages are made the way I said before (a glom package who tell
the sistem to install glom-client (call it glom-gui if you prefer, the name
isn't really important) and postgresql, and a glom-client that install only
the glom itself) you have the two options at the same time, making happy you
and the office users and, at the same time, we the special cases. That way
the unaware user who install glom will get the gui AND the postgresql
server, but the experienced user (or we that have special uses) can choose
to install the glom-client without the server.

There is no need to be one way or another, we can have both of them without
a single modification in the actual codebase of glom. Only changing the
packaging.

I do not deny that there is a problem with Ubuntu's installation of
 Glom. I'm trying to tell you that the problem is not in the
 implementation of Glom itself. The problem is that Ubuntu starts an
 instance that is not used.


No, the problem isn't in the start of services installed, it's in the way
glom is packaged, that is what I'm saing since mi first post.

-- 
Glom: missing dependency - PostgreSQL
https://bugs.launchpad.net/bugs/1225
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1225] Re: Glom: missing dependency - PostgreSQL

2007-04-18 Thread GatoLoko
2007/4/18, Murray Cumming [EMAIL PROTECTED]:

 We seem to either fundamentally disagree or misunderstand each other.
 - Ubuntu cannot install Glom without all of its dependencies, so that it
 fails on starting. No Ubuntu packaging (without a large source code patch)
 can change that.


That's cool, but you doesn't need a local postgresql server for glom to
start, only for some functionst to work.

- And as the upstream developer, I don't see a strong reason to cripple the
 application for some sets of users.


And I'm not asking that.

I ask that, the default install is a METAPACKAGE called GLOM, and that
package install a REAL package that contains the glom binary AND postgresql.
That way you have what you want, a full featured glom with local storage
working, but at the same time, I can install de GLOM BINARY ALONE.

May be a schema shows my point better.

GLOM.DEB (empty package that only contains dependencies for GLOM-BIN.DEB AND
POSTGRESQL.DEB)
GLOM-BIN.DEB (real package containing glom)
POSTGRESQL.DEB (real package containing postgre)

When you install glom (aptitude install glom), the dependencies make the
system install the THREE packages

 /  GLOM-BIN.DEB  (here is what now is called glom with
all it's dependencies BUT postgresql)
GLOM.DEB   |
 \  POSTGRESQL.DEB (here is the real server)

When I as an experienced user choose to install glom-bin (aptitude install
glom-bin), a package with a different name, the dependencies install all
packages needed BUT postgresql (and then I can't use the local storage, but
I know it and choose that).

To do that you doesn't need to change nothing in glom, nor ubuntu needs to
change nothing in the package system, only the control files for the glom
packaging needs changes (files that the ubuntu package maintainer can modify
easily)

In general, I think you are concentrating on your own suggested solution
 without just telling us what the problem is. Your problem might be one of
 these:
 - Glom is too big.
   I'd like numbers to support this argument.
 - Glom does things that I don't need.
   This is true of all programs, I think, and doesn't seem like a major
 problem to me.
 - Installing Glom on Ubuntu causes an unnecessary Postgres instance to be
 started.
   This is an actual bug (and should have a bug report)


None of that, but another one you can't see. The WAY glom is PACKAGED is
WRONG. The packages can be made in a different way that make you and me
happy at the same time.

Is it that hard to understand? This isn't a glom problem, nor an ubuntu
problem, but a PACKAGING problem.

May be I'm not using the proper words, I'm spanish and am not using my
mother tongue. But I think it's easy to understand.

-- 
Glom: missing dependency - PostgreSQL
https://bugs.launchpad.net/bugs/1225
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1225] Re: Glom: missing dependency - PostgreSQL

2007-04-18 Thread GatoLoko
2007/4/18, Murray Cumming [EMAIL PROTECTED]:

 I am the Glom maintainer. I wrote the code that checks for postgres on
 startup. Trust me on this.


Well, that's what happens to me for opening my mouth without having tried to
compile the last releases. The last I compiles/packaged was the 1.3.8 that
seems to be the last without the dialog saying glom needs postgresql to
start. Just tried the last and must eat my words.

I'm sorry for the inconveniences and the noise. Time for me to shut my mouth
and look for a different gui that fits my needs.

Sorry.

-- 
Glom: missing dependency - PostgreSQL
https://bugs.launchpad.net/bugs/1225
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1225] Re: Glom: missing dependency - PostgreSQL

2007-04-17 Thread GatoLoko
I was going to add a bugreport just now about being forced to install
postgresql-8.2 to use glom when i've seen this. Am I wrong or the glom
description sais it's a database designer and user interface? There
isn't a word talking about a full featured database server.

The description even sais that, to use the self-hosting feature, please
install postgresql-8.2 locally also.

You have two options:
 1.- Modify the description to state that glom installation features the full 
postgresql server (and I look for a different client to use with my network 
server because I'm using glom now for a tpv alike environment and don't want a 
server on each thin client that hardly can run the client).
 2.- Modify the package dependencies to not install postgresql (that seems to 
be the opposed of what everybody want so I doubt that you are going to do this).

-- 
Glom: missing dependency - PostgreSQL
https://bugs.launchpad.net/bugs/1225
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102541] Re: [apport] gnome-panel crashed with SIGSEGV in malloc()

2007-04-11 Thread GatoLoko
I've stopped the gnome-panel with gnome-session-remove before running it
inside valgrind, and that's before getting that logs.

It seams that from time to time gnome-panel restarts without being
noticed (and apparently without crashing, at least apport doesn't notice
it). On each panel restart, valgrind changes to a new log file and
that's why i get many of them.

Since the last gnome-panel update (two days ago)  it haven't crashed
until now, but it wasn't predictable nor reproducible (at least I
doesn't know how, yet) so it can happen again or not or take some time.
Before the update the crash happened in outside valgrind in less time
than inside

I'm running gnome-panel inside valgrind and will continue to do it for
some days to see if something goes wrong. If nothing crashes again maybe
it's fixed in the last update.

Is there something I can try apart from that?

-- 
[apport] gnome-panel crashed with SIGSEGV in malloc()
https://bugs.launchpad.net/bugs/102541
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104599] [apport] totem-video-thumbnailer crashed with SIGSEGV in xine_list_get_value()

2007-04-08 Thread GatoLoko
Public bug reported:

Binary package hint: totem

Was recording tv with mplayer and the destination folder opened in
nautilus when the crash happened.

ProblemType: Crash
Architecture: amd64
Date: Mon Apr  9 01:07:29 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/totem-video-thumbnailer
Package: totem-xine 2.18.1-0ubuntu3
PackageArchitecture: amd64
ProcCmdline: /usr/bin/gnome-video-thumbnailer -s 128 
file:///home/gollos/anuncios.avi /tmp/.gnome_thumbnail.314NQT
ProcCwd: /home/gollos
ProcEnviron:
 LANGUAGE=es_ES:es:en_GB:en
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: totem
Stacktrace:
 #0  0x2b49bd308b40 in xine_list_get_value () from /usr/lib/libxine.so.1
 #1  0x2b49bd2ee230 in xine_get_next_video_frame ()
from /usr/lib/libxine.so.1
 #2  0x00409dc0 in bacon_video_widget_get_current_frame ()
 #3  0x00407809 in main ()
StacktraceTop:
 xine_list_get_value () from /usr/lib/libxine.so.1
 xine_get_next_video_frame ()
 bacon_video_widget_get_current_frame ()
 main ()
Uname: Linux gato 2.6.20-14-generic #2 SMP Mon Apr 2 16:32:46 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] totem-video-thumbnailer crashed with SIGSEGV in xine_list_get_value()
https://bugs.launchpad.net/bugs/104599
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104599] Re: [apport] totem-video-thumbnailer crashed with SIGSEGV in xine_list_get_value()

2007-04-08 Thread GatoLoko

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7220556/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7220557/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/7220558/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7220559/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7220560/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7220561/Registers.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/7220562/ThreadStacktrace.txt

-- 
[apport] totem-video-thumbnailer crashed with SIGSEGV in xine_list_get_value()
https://bugs.launchpad.net/bugs/104599
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104625] [apport] gnash crashed with SIGSEGV in gnash::SWF::SWFHandlers::ActionCallMethod()

2007-04-08 Thread GatoLoko
Public bug reported:

Binary package hint: gnash

Gnash crashed while opening www.wanderingones.com. It seems that the
problem is with the upper banner of the page. Browser continued working
with a gray box in the banner place. Loading another page restart gnash
without big troubles.

ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Mon Apr  9 03:46:32 2007
Disassembly: 0x21:
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnash
Package: gnash 0.7.2-1build1
PackageArchitecture: amd64
ProcCmdline: /usr/bin/gnash -v -x 35689215 -j 728 -k 90 -u 
http://content.yieldmanager.edgesuite.net/atoms/68/61/68616724c6e50ba781642e444dd2bd7b.swf?clickTag=http%3A%2F%2Fad%2Eadtegrity%2Enet%2Fclick%2Cd2IAAIj2AgCh8QMA%2DnsBAAIAABEAAQD%2E%2EwAABgMoxAIAKDkCANxqAgAAAKmaGUYA%2Chttp%253A%252F%252Fwww%252Eburstnet%252Ecom%252Fads%252Fad8223a%252Dmap%252Ecgi%252FBCPG68355%252E97321%252E111760%252FSZ%253D468X60A%257C728X90A%252FV%253D2%252E1S%252F%252FREDIRURL%253D%2Chttp%253A%252F%252Fwww%252Ewanderingones%252Ecom%252F%2C
 -U 
http://ad.yieldmanager.com/imp?z=6Z=728x90s=194184t=3bur=24261x=http://www.burstnet.com/ads/ad8223a-map.cgi/BCPG68355.97321.111760/SZ=468X60A|728X90A/V=2.1S//REDIRURL=
 -P PARAM= -P 
SRC=http://content.yieldmanager.edgesuite.net/atoms/68/61/68616724c6e50ba781642e444dd2bd7b.swf?clickTag=http%3A%2F%2Fad%2Eadtegrity%2Enet%2Fclick%2Cd2IAAIj2AgCh8QMA%2DnsBAAIAABEAAQD%2E%2EwAABgMoxAIAKDkCANxqAgAAAKmaGUYA%2Chttp%253A%252F%252Fwww%252Eburstnet%252Ecom%252Fads%252Fad8223a%252Dmap%252Ecgi%252FBCPG68355%252E97321%252E111760%252FSZ%253D468X60A%257C728X90A%252FV%253D2%252E1S%252F%252FREDIRURL%253D%2Chttp%253A%252F%252Fwww%252Ewanderingones%252Ecom%252F%2C
 -P bgcolor=#FF -P 
data=http://content.yieldmanager.edgesuite.net/atoms/68/61/68616724c6e50ba781642e444dd2bd7b.swf?clickTag=http%3A%2F%2Fad%2Eadtegrity%2Enet%2Fclick%2Cd2IAAIj2AgCh8QMA%2DnsBAAIAABEAAQD%2E%2EwAABgMoxAIAKDkCANxqAgAAAKmaGUYA%2Chttp%253A%252F%252Fwww%252Eburstnet%252Ecom%252Fads%252Fad8223a%252Dmap%252Ecgi%252FBCPG68355%252E97321%252E111760%252FSZ%253D468X60A%257C728X90A%252FV%253D2%252E1S%252F%252FREDIRURL%253D%2Chttp%253A%252F%252Fwww%252Ewanderingones%252Ecom%252F%2C
 -P height=90 -P loop=false -P 
movie=http://content.yieldmanager.edgesuite.net/atoms/68/61/68616724c6e50ba781642e444dd2bd7b.swf?clickTag=http%3A%2F%2Fad%2Eadtegrity%2Enet%2Fclick%2Cd2IAAIj2AgCh8QMA%2DnsBAAIAABEAAQD%2E%2EwAABgMoxAIAKDkCANxqAgAAAKmaGUYA%2Chttp%253A%252F%252Fwww%252Eburstnet%252Ecom%252Fads%252Fad8223a%252Dmap%252Ecgi%252FBCPG68355%252E97321%252E111760%252FSZ%253D468X60A%257C728X90A%252FV%253D2%252E1S%252F%252FREDIRURL%253D%2Chttp%253A%252F%252Fwww%252Ewanderingones%252Ecom%252F%2C
 -P type=application/x-shockwave-flash -P width=728 -P wmode=transparent -
ProcCwd: /home/gollos
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 LANGUAGE=es_ES:es:en_GB:en
Signal: 11
SourcePackage: gnash
StacktraceTop:
 ?? ()
 gnash::SWF::SWFHandlers::ActionCallMethod ()
 gnash::ActionExec::operator() ()
 gnash::action_buffer::execute ()
 ?? () from /usr/lib/libgnashserver-0.7.2.so
Uname: Linux gato 2.6.20-14-generic #2 SMP Mon Apr 2 16:32:46 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: gnash (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnash crashed with SIGSEGV in 
gnash::SWF::SWFHandlers::ActionCallMethod()
https://bugs.launchpad.net/bugs/104625
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104625] Re: [apport] gnash crashed with SIGSEGV in gnash::SWF::SWFHandlers::ActionCallMethod()

2007-04-08 Thread GatoLoko

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7220892/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7220893/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7220894/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7220895/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7220896/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/7220897/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/7220898/ThreadStacktrace.txt

-- 
[apport] gnash crashed with SIGSEGV in 
gnash::SWF::SWFHandlers::ActionCallMethod()
https://bugs.launchpad.net/bugs/104625
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102541] Re: [apport] gnome-panel crashed with SIGSEGV in malloc()

2007-04-07 Thread GatoLoko
I'm running the panel inside valgrind and I'm getting multiple log files
in the folder with different pids. Can gnome-panel be restarting without
notification? Running inside valgrind it's very slow, may be that the
new panel starts before I can notice it?

The attached logs are the closed ones in the folder where I'm running
valgrind.

I noticed that some messages tal about missing simbols, so I installed
the gnome-panel-dbgsym and continue to run gnome-panel inside valgrind.
May be the next log contains more info.

** Attachment added: gnome-panel inside valgrind 1
   http://librarian.launchpad.net/7216217/valgrind.log.13849

-- 
[apport] gnome-panel crashed with SIGSEGV in malloc()
https://bugs.launchpad.net/bugs/102541
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102541] Re: [apport] gnome-panel crashed with SIGSEGV in malloc()

2007-04-07 Thread GatoLoko

** Attachment added: gnome-panel inside valgrind 2
   http://librarian.launchpad.net/7216219/valgrind.log.13949

-- 
[apport] gnome-panel crashed with SIGSEGV in malloc()
https://bugs.launchpad.net/bugs/102541
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102541] Re: [apport] gnome-panel crashed with SIGSEGV in malloc()

2007-04-07 Thread GatoLoko

** Attachment added: gnome-panel inside valgrind 3
   http://librarian.launchpad.net/7216220/valgrind.log.13995

-- 
[apport] gnome-panel crashed with SIGSEGV in malloc()
https://bugs.launchpad.net/bugs/102541
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102541] Re: [apport] gnome-panel crashed with SIGSEGV in malloc()

2007-04-07 Thread GatoLoko

** Attachment added: gnome-panel inside valgrind 4
   http://librarian.launchpad.net/7216222/valgrind.log.14095

-- 
[apport] gnome-panel crashed with SIGSEGV in malloc()
https://bugs.launchpad.net/bugs/102541
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102541] Re: [apport] gnome-panel crashed with SIGSEGV in malloc()

2007-04-07 Thread GatoLoko
I have just noticed that i forgotten to compress the log files, sorry.

-- 
[apport] gnome-panel crashed with SIGSEGV in malloc()
https://bugs.launchpad.net/bugs/102541
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104347] [apport] artsd crashed with SIGSEGV

2007-04-07 Thread GatoLoko
Public bug reported:

Binary package hint: arts

Arts crashed while I was restarting xorg

ProblemType: Crash
Architecture: amd64
Date: Sun Apr  8 06:14:44 2007
Disassembly: 0x2b98b7fd0357:
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/artsd
Package: libarts1c2a 1.5.6-0ubuntu1
PackageArchitecture: amd64
ProcCmdline: /usr/bin/artsd -F 10 -S 4096 -s 60 -m artsmessage -l 3 -f
ProcCwd: /home/gollos
ProcEnviron:
 LANGUAGE=es_ES:es:en_GB:en
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: arts
Stacktrace: #0  0x2b98b7fd0357 in ?? ()
StacktraceTop: ?? ()
ThreadStacktrace:
 
Uname: Linux gato 2.6.20-13-generic #2 SMP Sat Mar 24 23:12:02 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: arts (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] artsd crashed with SIGSEGV
https://bugs.launchpad.net/bugs/104347
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104347] Re: [apport] artsd crashed with SIGSEGV

2007-04-07 Thread GatoLoko

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7216591/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7216592/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7216593/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7216594/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7216595/Registers.txt

-- 
[apport] artsd crashed with SIGSEGV
https://bugs.launchpad.net/bugs/104347
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 97035] Re: [apport] gaim crashed with SIGSEGV in malloc()

2007-04-06 Thread GatoLoko
I had other collateral effects apart from gaim crash when restarted dbus 
(nautilus trying to mount already mounted nfs shares) so may be it isn't a gaim 
related issue .
I rebooted to apply various updates (kernel included) and after that can't 
reproduce the problem again.
May be you want to close this because i can't reproducible it now.
If that repeats, I try to post a valgrind log.

-- 
[apport] gaim crashed with SIGSEGV in malloc()
https://launchpad.net/bugs/97035

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102541] Re: [apport] gnome-panel crashed with SIGSEGV in malloc()

2007-04-04 Thread GatoLoko
I'm going to try with valgrind for some days but I don't know what
caused the crash so I can't try to reproduce it and it can take many
days (the system was running for two days when happened and I have
uptimes of one month without this happening) and the log can be very
long.

-- 
[apport] gnome-panel crashed with SIGSEGV in malloc()
https://bugs.launchpad.net/bugs/102541
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102535] Re: [apport] gnash crashed with SIGSEGV in gnash::sprite_instance::call_frame_actions()

2007-04-03 Thread GatoLoko

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7132048/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7132049/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/7132050/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7132051/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7132052/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7132053/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/7132054/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/7132055/ThreadStacktrace.txt

-- 
[apport] gnash crashed with SIGSEGV in 
gnash::sprite_instance::call_frame_actions()
https://bugs.launchpad.net/bugs/102535
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102535] [apport] gnash crashed with SIGSEGV in gnash::sprite_instance::call_frame_actions()

2007-04-03 Thread GatoLoko
Public bug reported:

Binary package hint: gnash

Gnash crashed suddenly while browsing various sites in tabs.

ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Tue Apr  3 21:39:41 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnash
Package: gnash 0.7.2-1build1
PackageArchitecture: amd64
ProcCmdline: /usr/bin/gnash -v -x 40036053 -j 120 -k 600 -u 
http://eur.a1.yimg.com/eur.yimg.com/a/eu/any/oyaw06e400shoppinges120x600vfinal.swf?clickTAG=javascript:bfss_doGetURL(0,6060135302)
 -U 
http://shopping.yahoo.es/b/a/cp_114501_filter_sistema_operativo_windows_handheldpocket_pc.html
 -P allowscriptaccess=always -P height=600 -P loop=true -P name=m6060135302 -P 
quality=high -P 
src=http://eur.a1.yimg.com/eur.yimg.com/a/eu/any/oyaw06e400shoppinges120x600vfinal.swf?clickTAG=javascript:bfss_doGetURL(0,6060135302)
 -P swliveconnect=0 -P type=application/x-shockwave-flash -P width=120 -P 
wmode=opaque -
ProcCwd: /home/gollos
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 LANGUAGE=es_ES:es:en_GB:en
Signal: 11
SourcePackage: gnash
StacktraceTop:
 gnash::sprite_instance::call_frame_actions ()
 gnash::SWF::SWFHandlers::ActionCallFrame ()
 gnash::ActionExec::operator() ()
 gnash::action_buffer::execute ()
 ?? () from /usr/lib/libgnashserver-0.7.2.so
Uname: Linux gato 2.6.20-13-generic #2 SMP Sat Mar 24 23:12:02 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: gnash (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnash crashed with SIGSEGV in 
gnash::sprite_instance::call_frame_actions()
https://bugs.launchpad.net/bugs/102535
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102541] [apport] gnome-panel crashed with SIGSEGV in malloc()

2007-04-03 Thread GatoLoko
Public bug reported:

Binary package hint: gnome-panel

Panel crashed suddenly without related actions (was using a terminal
doing nothing related with the panel)

ProblemType: Crash
Architecture: amd64
Date: Mon Apr  2 16:27:54 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-panel
Package: gnome-panel 2.18.0-0ubuntu3
PackageArchitecture: amd64
ProcCmdline: gnome-panel --sm-client-id default1
ProcCwd: /home/gollos
ProcEnviron:
 LANGUAGE=es_ES:es:en_GB:en
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-panel
StacktraceTop:
 ?? () from /lib/libc.so.6
 malloc () from /lib/libc.so.6
 vasprintf () from /lib/libc.so.6
 g_vasprintf () from /usr/lib/libglib-2.0.so.0
 g_strdup_vprintf () from /usr/lib/libglib-2.0.so.0
Uname: Linux gato 2.6.20-13-generic #2 SMP Sat Mar 24 23:12:02 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnome-panel crashed with SIGSEGV in malloc()
https://bugs.launchpad.net/bugs/102541
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102541] Re: [apport] gnome-panel crashed with SIGSEGV in malloc()

2007-04-03 Thread GatoLoko

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7132085/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7132086/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/7132087/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7132088/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7132089/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7132090/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/7132091/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/7132092/ThreadStacktrace.txt

-- 
[apport] gnome-panel crashed with SIGSEGV in malloc()
https://bugs.launchpad.net/bugs/102541
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 99623] Gnome panel overlaps the expanded drawer from another panel

2007-03-31 Thread GatoLoko
Public bug reported:

I have 2 panels at the bottom of the screen. In the lower one I have the
menu, buttons, drawers, and system tray. In the upper one I have the
task list.

When I open one drawer, the panel overlaps the drawer content, making it
hard to click on the overlapped button.

To workaround this I must move the mouse out  of the panel and then
return.

The mouse pointer can't be seen in the screenshots, but I've drawn a red
spot where it must be (attached in a reply).

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Gnome panel overlaps the expanded drawer from another panel
https://launchpad.net/bugs/99623

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 99623] Re: Gnome panel overlaps the expanded drawer from another panel

2007-03-31 Thread GatoLoko

** Attachment added: Trying to click on the firefox button
   http://librarian.launchpad.net/7097238/wrong.png

-- 
Gnome panel overlaps the expanded drawer from another panel
https://launchpad.net/bugs/99623

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 99623] Re: Gnome panel overlaps the expanded drawer from another panel

2007-03-31 Thread GatoLoko

** Attachment added: Expanding the drawer
   http://librarian.launchpad.net/7097235/right.png

-- 
Gnome panel overlaps the expanded drawer from another panel
https://launchpad.net/bugs/99623

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 97035] [apport] gaim crashed with SIGSEGV in malloc()

2007-03-27 Thread GatoLoko
Public bug reported:

Binary package hint: gaim

Restarted dbus (sudo /etc/init.d/dbus restart) and gaim crashed.
Repeated 2 times with the same problem.

ProblemType: Crash
Architecture: amd64
Date: Tue Mar 27 18:15:49 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gaim
Package: gaim 1:2.0.0+beta6-1ubuntu2
PackageArchitecture: amd64
ProcCmdline: gaim
ProcCwd: /home/gollos
ProcEnviron:
 LANGUAGE=es_ES:es:en_GB:en
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gaim
StacktraceTop:
 ?? () from /lib/libc.so.6
 ?? () from /lib/libc.so.6
 malloc () from /lib/libc.so.6
 ?? () from /lib/libc.so.6
 iconv_open () from /lib/libc.so.6
Uname: Linux gato 2.6.20-11-generic #2 SMP Thu Mar 15 03:43:56 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: gaim (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gaim crashed with SIGSEGV in malloc()
https://launchpad.net/bugs/97035

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 97035] Re: [apport] gaim crashed with SIGSEGV in malloc()

2007-03-27 Thread GatoLoko

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6996418/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6996419/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6996420/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6996421/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6996422/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6996423/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6996424/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6996425/ThreadStacktrace.txt

-- 
[apport] gaim crashed with SIGSEGV in malloc()
https://launchpad.net/bugs/97035

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 94702] [apport] gnash crashed with SIGSEGV in gnash::SWF::SWFHandlers::ActionCallMethod()

2007-03-22 Thread GatoLoko
Public bug reported:

Binary package hint: gnash

Was browsing many pages in tabs with firefox and don't know what page
caused the crash. Browser continued working.

ProblemType: Crash
Architecture: amd64
Date: Thu Mar 22 10:54:09 2007
Disassembly: 0x21:
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnash
Package: gnash 0.7.2-1build1
PackageArchitecture: amd64
ProcCmdline: /usr/bin/gnash -v -x 73406543 -j 728 -k 90 -u 
http://content.yieldmanager.edgesuite.net/atoms/68/61/68616724c6e50ba781642e444dd2bd7b.swf?clickTag=http%3A%2F%2Fad%2Edirectanetworks%2Ecom%2Fclick%2CcA0AAPdfAACh8QMA%2DnsBAAIAAP8AAAD%2E%2EwAABgOwhgAA6sYAANxqAgAAALVRAkYA%2C%2Chttp%253A%252F%252Fmiarroba%252Ecom%252Fforos%252Fver%252Ephp%253Fforoid%253D169267%2526temaid%253D4702102%2C
 -U http://miarroba.com/foros/ver.php?foroid=169267temaid=4702102 -P PARAM= -P 
SRC=http://content.yieldmanager.edgesuite.net/atoms/68/61/68616724c6e50ba781642e444dd2bd7b.swf?clickTag=http%3A%2F%2Fad%2Edirectanetworks%2Ecom%2Fclick%2CcA0AAPdfAACh8QMA%2DnsBAAIAAP8AAAD%2E%2EwAABgOwhgAA6sYAANxqAgAAALVRAkYA%2C%2Chttp%253A%252F%252Fmiarroba%252Ecom%252Fforos%252Fver%252Ephp%253Fforoid%253D169267%2526temaid%253D4702102%2C
 -P bgcolor=#FF -P 
data=http://content.yieldmanager.edgesuite.net/atoms/68/61/68616724c6e50ba781642e444dd2bd7b.swf?clickTag=http%3A%2F%2Fad%2Edirectanetworks%2Ecom%2Fclick%2CcA0AAPdfAACh8QMA%2DnsBAAIAAP8AAAD%2E%2EwAABgOwhgAA6sYAANxqAgAAALVRAkYA%2C%2Chttp%253A%252F%252Fmiarroba%252Ecom%252Fforos%252Fver%252Ephp%253Fforoid%253D169267%2526temaid%253D4702102%2C
 -P height=90 -P loop=false -P 
movie=http://content.yieldmanager.edgesuite.net/atoms/68/61/68616724c6e50ba781642e444dd2bd7b.swf?clickTag=http%3A%2F%2Fad%2Edirectanetworks%2Ecom%2Fclick%2CcA0AAPdfAACh8QMA%2DnsBAAIAAP8AAAD%2E%2EwAABgOwhgAA6sYAANxqAgAAALVRAkYA%2C%2Chttp%253A%252F%252Fmiarroba%252Ecom%252Fforos%252Fver%252Ephp%253Fforoid%253D169267%2526temaid%253D4702102%2C
 -P type=application/x-shockwave-flash -P width=728 -P wmode=transparent -
ProcCwd: /home/gollos
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 LANGUAGE=es_ES:es:en_GB:en
Signal: 11
SourcePackage: gnash
StacktraceTop:
 ?? ()
 gnash::SWF::SWFHandlers::ActionCallMethod ()
 gnash::ActionExec::operator() ()
 gnash::action_buffer::execute ()
 ?? () from /usr/lib/libgnashserver-0.7.2.so
Uname: Linux gato 2.6.20-11-generic #2 SMP Thu Mar 15 03:43:56 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: gnash (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnash crashed with SIGSEGV in 
gnash::SWF::SWFHandlers::ActionCallMethod()
https://launchpad.net/bugs/94702

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 94702] Re: [apport] gnash crashed with SIGSEGV in gnash::SWF::SWFHandlers::ActionCallMethod()

2007-03-22 Thread GatoLoko

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6897920/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6897921/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6897922/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6897923/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6897924/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6897925/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6897926/ThreadStacktrace.txt

-- 
[apport] gnash crashed with SIGSEGV in 
gnash::SWF::SWFHandlers::ActionCallMethod()
https://launchpad.net/bugs/94702

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 94435] Re: [apport] amulegui crashed with SIGSEGV in wxEvtHandler::ProcessEventIfMatches()

2007-03-21 Thread GatoLoko

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6883062/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6883063/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6883064/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6883065/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6883066/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6883067/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6883068/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6883069/ThreadStacktrace.txt

-- 
[apport] amulegui crashed with SIGSEGV in wxEvtHandler::ProcessEventIfMatches()
https://launchpad.net/bugs/94435

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 94435] [apport] amulegui crashed with SIGSEGV in wxEvtHandler::ProcessEventIfMatches()

2007-03-21 Thread GatoLoko
Public bug reported:

Binary package hint: amule

Tried to cancel a download and amulegui crashed (but amuled in the
server continued working).

ProblemType: Crash
Architecture: amd64
Date: Wed Mar 21 15:37:20 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/amulegui
Package: amule-utils-gui 2.1.3-1ubuntu2
PackageArchitecture: amd64
ProcCmdline: amulegui
ProcCwd: /home/gollos
ProcEnviron:
 LANGUAGE=es_ES:es:en_GB:en
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: amule
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
 wxEvtHandler::ProcessEventIfMatches ()
Uname: Linux gato 2.6.20-11-generic #2 SMP Thu Mar 15 03:43:56 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: amule (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] amulegui crashed with SIGSEGV in wxEvtHandler::ProcessEventIfMatches()
https://launchpad.net/bugs/94435

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 92885] Re: [apport] avidemux crashed with SIGSEGV in __assert_fail()

2007-03-21 Thread GatoLoko
I tried to reproduce the problem to make a backtrace but I can't
remember the options i was using (codecs, filters, ...) and i've deleted
the original file and now I can't reproduce it.

I have the .crash file and unpacking it with apport-unpack gives me the
coredump that aren't in the report (and more files). I can upload the
coredump and/or apport-retrace the report if you want.

I've tried to apport-retrace (locally, without modifying the report) but
there are a lack of -dbgsym packages for some packages and and I don't
know if that can be a problem.

-- 
[apport] avidemux crashed with SIGSEGV in __assert_fail()
https://launchpad.net/bugs/92885

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 92885] [apport] avidemux crashed with SIGSEGV in __assert_fail()

2007-03-16 Thread GatoLoko
Public bug reported:

Binary package hint: avidemux

Tried to abort an encoding process and avidemux crashed.

ProblemType: Crash
Architecture: amd64
Date: Fri Mar 16 20:33:47 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/avidemux
Package: avidemux 1:2.3.0-0.0ubuntu3
PackageArchitecture: amd64
ProcCmdline: avidemux
ProcCwd: /home/gollos
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 LANGUAGE=es_ES:es:en_GB:en
Signal: 11
SourcePackage: avidemux
StacktraceTop:
 ?? () from /lib/libc.so.6
 ?? () from /lib/libc.so.6
 __assert_fail () from /lib/libc.so.6
 fork () from /lib/libc.so.6
 g_on_error_stack_trace ()
Uname: Linux gato 2.6.20-11-generic #2 SMP Thu Mar 15 03:43:56 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: avidemux (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] avidemux crashed with SIGSEGV in __assert_fail()
https://launchpad.net/bugs/92885

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 92885] Re: [apport] avidemux crashed with SIGSEGV in __assert_fail()

2007-03-16 Thread GatoLoko

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6845165/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6845166/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6845167/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6845168/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6845169/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6845170/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6845171/ThreadStacktrace.txt

-- 
[apport] avidemux crashed with SIGSEGV in __assert_fail()
https://launchpad.net/bugs/92885

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 92890] [apport] totem-video-thumbnailer crashed with SIGSEGV in start_thread()

2007-03-16 Thread GatoLoko
Public bug reported:

Binary package hint: totem

Opened a folder that contains one original video and various temporal
files that uses transcode while transcoding the video and totem-
thumbnailer crashed. I repeated this 10 times and the same happens. The
files in the folder are:

  - origin.avi (233MBytes, xvid/mp3)
  - Destiny.m1v (changing size)
  - Destiny.mpa (changing size)
  - test.mpg (0 bytes)
  - test.avi (8,2 Kbytes)

ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Fri Mar 16 20:52:13 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/totem-video-thumbnailer
Package: totem-xine 2.18.0-0ubuntu1
PackageArchitecture: amd64
ProcCmdline: /usr/bin/gnome-video-thumbnailer -s 128 
file:///home/gollos/prueba/prueba.avi /tmp/.gnome_thumbnail.REVXOT
ProcCwd: /home/gollos
ProcEnviron:
 LANGUAGE=es_ES:es:en_GB:en
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: totem
StacktraceTop:
 ?? ()
 ?? () from /usr/lib/libxine.so.1
 start_thread () from /lib/libpthread.so.0
 clone () from /lib/libc.so.6
 ?? ()
Uname: Linux gato 2.6.20-11-generic #2 SMP Thu Mar 15 03:43:56 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] totem-video-thumbnailer crashed with SIGSEGV in start_thread()
https://launchpad.net/bugs/92890

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 92890] Re: [apport] totem-video-thumbnailer crashed with SIGSEGV in start_thread()

2007-03-16 Thread GatoLoko

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6845276/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6845277/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6845278/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6845279/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6845280/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6845281/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6845282/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6845283/ThreadStacktrace.txt

-- 
[apport] totem-video-thumbnailer crashed with SIGSEGV in start_thread()
https://launchpad.net/bugs/92890

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91960] [apport] xchat crashed with SIGSEGV in xchat_plugin_deinit()

2007-03-13 Thread GatoLoko
Public bug reported:

Binary package hint: xchat

I disconected from the IRC, then clicked on the X to close the window
and xchat crashed.

ProblemType: Crash
Architecture: amd64
Date: Tue Mar 13 17:33:04 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/xchat
Package: xchat 2.8.0-0ubuntu4
PackageArchitecture: amd64
ProcCmdline: xchat
ProcCwd: /home/gollos
ProcEnviron:
 LANGUAGE=es_ES:es:en_GB:en
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: xchat
StacktraceTop:
 ?? () from /usr/lib/xchat/plugins/python.so
 xchat_plugin_deinit ()
 ?? ()
 ?? ()
 ?? ()
Uname: Linux gato 2.6.20-9-generic #2 SMP Sun Feb 25 22:59:06 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: xchat (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] xchat crashed with SIGSEGV in xchat_plugin_deinit()
https://launchpad.net/bugs/91960

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91960] Re: [apport] xchat crashed with SIGSEGV in xchat_plugin_deinit()

2007-03-13 Thread GatoLoko

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6778112/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6778113/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6778114/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6778115/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6778116/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6778117/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6778118/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6778119/ThreadStacktrace.txt

-- 
[apport] xchat crashed with SIGSEGV in xchat_plugin_deinit()
https://launchpad.net/bugs/91960

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91261] [apport] dvd95 crashed with SIGSEGV in g_datalist_id_set_data_full()

2007-03-10 Thread GatoLoko
Public bug reported:

Binary package hint: dvd95

Tried to convert a dvd and when it failed the program crashed.

ProblemType: Crash
Architecture: amd64
Date: Sun Mar 11 00:14:05 2007
Disassembly: 0x208df8340:
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/dvd95
Package: dvd95 1.2p0-0ubuntu1
PackageArchitecture: amd64
ProcCmdline: dvd95
ProcCwd: /home/gollos
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 LANGUAGE=es_ES:es:en_GB:en
Signal: 11
SourcePackage: dvd95
StacktraceTop:
 ?? ()
 ?? () from /usr/lib/libgobject-2.0.so.0
 g_datalist_id_set_data_full ()
 g_object_unref () from /usr/lib/libgobject-2.0.so.0
 ?? () from /usr/lib/libgdk-x11-2.0.so.0
Uname: Linux gato 2.6.20-9-generic #2 SMP Sun Feb 25 22:59:06 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: dvd95 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] dvd95 crashed with SIGSEGV in g_datalist_id_set_data_full()
https://launchpad.net/bugs/91261

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91261] Re: [apport] dvd95 crashed with SIGSEGV in g_datalist_id_set_data_full()

2007-03-10 Thread GatoLoko

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6725699/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6725700/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6725701/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6725702/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6725703/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6725704/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6725705/ThreadStacktrace.txt

-- 
[apport] dvd95 crashed with SIGSEGV in g_datalist_id_set_data_full()
https://launchpad.net/bugs/91261

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90994] [apport] firefox-bin crashed with SIGSEGV in raise()

2007-03-09 Thread GatoLoko
Public bug reported:

Binary package hint: firefox

Firefox crashed unexpectedly while browsing a web with flash using gnash
as plugin.

ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Fri Mar  9 23:49:18 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/lib/firefox/firefox-bin
Package: firefox 2.0.0.2+1-0ubuntu1
PackageArchitecture: amd64
ProcCmdline: /usr/lib/firefox/firefox-bin
ProcCwd: /home/gollos
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 LANGUAGE=es_ES:es:en_GB:en
Signal: 11
SourcePackage: firefox
StacktraceTop:
 raise () from /lib/libpthread.so.0
 nsProfileLock::FatalSignalHandler (signo=11)
 
 ?? () from /usr/lib/libgtk-x11-2.0.so.0
 gtk_style_attach ()
Uname: Linux gato 2.6.20-9-generic #2 SMP Sun Feb 25 22:59:06 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] firefox-bin crashed with SIGSEGV in raise()
https://launchpad.net/bugs/90994

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90994] Re: [apport] firefox-bin crashed with SIGSEGV in raise()

2007-03-09 Thread GatoLoko

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6722655/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6722656/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6722657/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6722658/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6722659/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6722660/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6722661/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6722662/ThreadStacktrace.txt

-- 
[apport] firefox-bin crashed with SIGSEGV in raise()
https://launchpad.net/bugs/90994

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90994] Re: [apport] firefox-bin crashed with SIGSEGV in raise()

2007-03-09 Thread GatoLoko
I think that this is a duplicate of 90159. May be 90821 too. Sorry.

I must search for a way to tell apport to add the new report to an
existing one.

-- 
[apport] firefox-bin crashed with SIGSEGV in raise()
https://launchpad.net/bugs/90994

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90159] [apport] firefox-bin crashed with SIGSEGV in raise()

2007-03-06 Thread GatoLoko
Public bug reported:

Binary package hint: firefox

Firefox crashed when I wasn't looking so I don't know why.

ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Tue Mar  6 17:38:37 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/lib/firefox/firefox-bin
Package: firefox 2.0.0.2+1-0ubuntu1
PackageArchitecture: amd64
ProcCmdline: /usr/lib/firefox/firefox-bin
ProcCwd: /home/gollos
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 LANGUAGE=es_ES:es:en_GB:en
Signal: 11
SourcePackage: firefox
StacktraceTop:
 raise () from /lib/libpthread.so.0
 nsProfileLock::FatalSignalHandler (signo=11)
 
 ?? () from /usr/lib/libgtk-x11-2.0.so.0
 gtk_style_attach ()
Uname: Linux gato 2.6.20-9-generic #2 SMP Sun Feb 25 22:59:06 UTC 2007 x86_64 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
src video

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] firefox-bin crashed with SIGSEGV in raise()
https://launchpad.net/bugs/90159

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90159] Re: [apport] firefox-bin crashed with SIGSEGV in raise()

2007-03-06 Thread GatoLoko

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6646847/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6646848/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6646849/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6646850/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6646851/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6646852/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6646853/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6646854/ThreadStacktrace.txt

-- 
[apport] firefox-bin crashed with SIGSEGV in raise()
https://launchpad.net/bugs/90159

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 88047] Re: [apport] apport-qt crashed with error in load()

2007-03-05 Thread GatoLoko
This file is from my crash with apport-gtk, but since you say that it's
the same problem I wish it help you.

** Attachment added: _usr_share_apport_apport-gtk.1000.crash
   
http://librarian.launchpad.net/6634732/_usr_share_apport_apport-gtk.1000.crash

-- 
[apport] apport-qt crashed with error in load()
https://launchpad.net/bugs/88047

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 89871] [apport] apport-gtk crashed with IOError in load()

2007-03-05 Thread GatoLoko
Public bug reported:

Binary package hint: apport

Apport crashed sudenly and don't know why.
When I do make clean before compiling the new amsn from svn, the running 
instances crashed (expectedly) and apport crashed a little later.

It's apport 0.61 in an AMD64 Feisty system.

ProblemType: Crash
Architecture: all
Date: Mon Mar  5 15:56:20 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/share/apport/apport-gtk
InterpreterPath: /usr/bin/python2.5
Package: apport-gtk 0.61
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gtk
ProcCwd: /home/gollos
ProcEnviron:
 LANGUAGE=es_ES:es:en_GB:en
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/share/apport/apport-gtk']
SourcePackage: apport
Uname: Linux gato 2.6.20-9-generic #2 SMP Sun Feb 25 22:59:06 UTC 2007 x86_64 
GNU/Linux

** Affects: apport (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] apport-gtk crashed with IOError in load()
https://launchpad.net/bugs/89871

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 89871] Re: [apport] apport-gtk crashed with IOError in load()

2007-03-05 Thread GatoLoko

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6630630/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6630631/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6630632/ProcStatus.txt

** Attachment added: Traceback.txt
   http://librarian.launchpad.net/6630633/Traceback.txt

-- 
[apport] apport-gtk crashed with IOError in load()
https://launchpad.net/bugs/89871

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 69496] Re: Glom crash while trying to recover a deleted table.

2007-01-20 Thread GatoLoko
2007/1/19, Murray Cumming [EMAIL PROTECTED]:

 I'm fairly sure that I fixed this crash in glom 1.2.2 (upstream).


Then the problem may be that Edgy comes with the outdated Glom 1.2.0.

I've compiled and am now using 1.3.5. It doesn't crash in this way.

-- 
Glom crash while trying to recover a deleted table.
https://launchpad.net/bugs/69496

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69496] Glom crash while trying to recover a deleted table.

2006-11-02 Thread GatoLoko
Public bug reported:

I've deleted a table, created tow new tables, then tried to create
another table with the same name as the deleted one, and glom told that
the table exists but isn't in the glom file and that it can try to open
the existing table in the server. I clicked yes and glom crashed.

I've repeated it twice and the same thing happens. The server is
postgresql-8.1 in localhost.

** Affects: glom (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Glom crash while trying to recover a deleted table.
https://launchpad.net/bugs/69496

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69496] Crash report

2006-11-01 Thread GatoLoko
This is the crash report generated in the first crash.

** Attachment added: Crash report
   http://librarian.launchpad.net/4941913/_usr_bin_glom.1000.crash

-- 
Glom crash while trying to recover a deleted table.
https://launchpad.net/bugs/69496

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63476] Re: Crash when umounting an NFS share

2006-10-23 Thread GatoLoko
Same thing happened to me one time, but I can't reproduce it so I
suppose there is something more.


** Attachment added: Crash report
   http://librarian.launchpad.net/4930879/_usr_lib_gamin_gam_server.1000.crash

-- 
Crash when umounting an NFS share
https://launchpad.net/bugs/63476

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 56090] Re: Regression: Webcams using pwc driver produce all-grey images

2006-10-07 Thread GatoLoko
Same problem here with a Creative Webcam 5.  The last driver from
Saillard's web solves de problem too. I attach the output from
camstream because it says something about ioctl that I supose  may be
of help debuging the driver.


** Attachment added: Output from camstream
   http://librarian.launchpad.net/4703922/camstream-log.txt

-- 
Regression: Webcams using pwc driver produce all-grey images
https://launchpad.net/bugs/56090

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57153] Re: xorg-server 1:1.0.2-0ubuntu10.3 breaks X: no screens found

2006-08-22 Thread GatoLoko
I't seems that de BusID in xorg.conf is ignored and always use the
same 00.0e.0 ID. Maybe the patch hardcode de BusID?

-- 
xorg-server 1:1.0.2-0ubuntu10.3 breaks X: no screens found
https://launchpad.net/bugs/57153

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs