[Bug 495115] Re: gdb segfaults after a program it is debugging segfaults, restarts, and reaches a break point

2009-12-10 Thread Soap Star Joe
and the h file

** Attachment added: "data_transforms.h"
   http://launchpadlibrarian.net/36663061/data_transforms.h

-- 
gdb segfaults after a program it is debugging segfaults, restarts, and reaches 
a break point
https://bugs.launchpad.net/bugs/495115
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 495115] Re: gdb segfaults after a program it is debugging segfaults, restarts, and reaches a break point

2009-12-10 Thread Soap Star Joe
and the other c file

** Attachment added: "data_transforms.c"
   http://launchpadlibrarian.net/36663048/data_transforms.c

-- 
gdb segfaults after a program it is debugging segfaults, restarts, and reaches 
a break point
https://bugs.launchpad.net/bugs/495115
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 495115] Re: gdb segfaults after a program it is debugging segfaults, restarts, and reaches a break point

2009-12-10 Thread Soap Star Joe
here are the two c files which comprise the program i was debugging

** Attachment added: "test program for the following c file"
   http://launchpadlibrarian.net/36663043/test.c

-- 
gdb segfaults after a program it is debugging segfaults, restarts, and reaches 
a break point
https://bugs.launchpad.net/bugs/495115
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 495115] [NEW] gdb segfaults after a program it is debugging segfaults, restarts, and reaches a break point

2009-12-10 Thread Soap Star Joe
Public bug reported:

Binary package hint: gdb

gdb is crashing when i restart a segfaulted program and reach a
breakpoint. I'm debugging some simple data transforms via a test program
(i'll try to attach), which fails when run on itself(not the bug i'm
reporting). I set a breakpoint before the first run at line
data_transforms.c:156(middle of a for loop). When it reaches the break
for the first time in the new run, it segfaults.

I'm running 9.10 karmic, with uname -a:

Linux schrodingers-grue-box 2.6.31-16-generic #52-Ubuntu SMP Thu Dec 3
22:00:22 UTC 2009 i686 GNU/Linux

apt-cache reports gdb as: Architecture: i386 Version: 7.0-0ubuntu1

I attached gdb to gdb, caused the segfault again, and recieved the
following backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x08181de9 in check_typedef ()
(gdb) bt
#0  0x08181de9 in check_typedef ()
#1  0x08129be2 in allocate_value_lazy ()
#2  0x08129ca2 in allocate_value ()
#3  0x08129e73 in value_from_longest ()
#4  0x0812e10d in evaluate_subexp_standard ()
#5  0x081cb73e in ?? ()
#6  0x0812c1d7 in evaluate_subexp_standard ()
#7  0x081cb73e in ?? ()
#8  0x0812ad1e in evaluate_subexp_with_coercion ()
#9  0x0812cbc9 in evaluate_subexp_standard ()
#10 0x081cb73e in ?? ()
#11 0x0812aaff in evaluate_expression ()
#12 0x08141681 in ?? ()
#13 0x0814182f in do_displays ()
#14 0x0815e826 in normal_stop ()
#15 0x0815a9e7 in ?? ()
#16 0x080928e2 in execute_command ()
#17 0x0817094b in ?? ()
#18 0x081716a2 in ?? ()
#19 0x007fba32 in rl_callback_read_char () from /lib/libreadline.so.6
#20 0x08170a8b in ?? ()
#21 0x0816ff79 in ?? ()
#22 0x0816f7bb in ?? ()
---Type  to continue, or q  to quit---
#23 0x08170646 in gdb_do_one_event ()
#24 0x0816a983 in catch_errors ()
#25 0x080f4ab4 in ?? ()
#26 0x0816b053 in current_interp_command_loop ()
#27 0x080891bb in ?? ()
#28 0x0816a983 in catch_errors ()
#29 0x08089d84 in ?? ()
#30 0x0816a983 in catch_errors ()
#31 0x080890e2 in gdb_main ()
#32 0x080890a3 in main ()

** Affects: gdb (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gdb segfaults after a program it is debugging segfaults, restarts, and reaches 
a break point
https://bugs.launchpad.net/bugs/495115
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 242020] Re: dhcp3-server fails to issue lease after computer has gone to sleep and woken back up

2009-12-08 Thread Soap Star Joe
*** This bug is a duplicate of bug 280123 ***
https://bugs.launchpad.net/bugs/280123

sorry for the delay. The issue isn't persistent since 9.04--best i can tell
dhcpd now remains associated to network adapters across sleep.

-Alex

On Mon, Dec 7, 2009 at 1:38 PM, Chuck Short
wrote:

> *** This bug is a duplicate of bug 280123 ***
>https://bugs.launchpad.net/bugs/280123
>
> ** This bug has been marked a duplicate of bug 280123
>   dhcp3-server needs if-up.d/if-down.d scripts for better network-manager
> compatibility
>
> --
> dhcp3-server fails to issue lease after computer has gone to sleep and
> woken back up
> https://bugs.launchpad.net/bugs/242020
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “dhcp3” package in Ubuntu: Incomplete
>
> Bug description:
> Binary package hint: dhcp3-server
>
> After I put my laptop to sleep and wake it back up, it fails to issue dhcp
> leases until i restart dhcp3-server. Ubuntu version is 8.04, dhcp3-server
> version is 3.0.6.dfsg-1ubuntu9.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/dhcp3/+bug/242020/+subscribe
>

-- 
dhcp3-server fails to issue lease after computer has gone to sleep and woken 
back up
https://bugs.launchpad.net/bugs/242020
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 243319] [NEW] firefox menues don't display properly on a desktop that spans 2 monitors

2008-06-26 Thread Soap Star Joe
Public bug reported:

Binary package hint: firefox

I'm using a gateway arc200 with gma 845 to drive the internal display
and an external. both displays are xga. when I drag a firefox instance
from one display to the other, then right click, the menu appears in the
display the window originally opened in, not its current display. the
auto complete bar has the same behavior. ubuntu version: xubuntu 8.04.
firefox version:  3.0+nobinonly-0ubuntu0.8.04.1

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

-- 
firefox menues don't display properly on a desktop that spans 2 monitors
https://bugs.launchpad.net/bugs/243319
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 242020] Re: dhcp3-server fails to issue lease after computer has gone to sleep and woken back up

2008-06-22 Thread Soap Star Joe
the laptop is the dhcp server. I use it as a router to connect my
desktop to my wireless network. I usually put them to sleep while i'm at
work during the day and wake them up when i come home. however when i
wake them back up, my desktop isn't   able to get leases/contact dhcpd
until i restart it on the laptop. I ran tcpdump on the lan connection on
the laptop and watched dhclient on the desktop ask for a lease without
the laptop issuing a reply. I tried restarting the desktop/cycling
network manager to no avail. the desktop is able to ping the laptop/ssh
to it when i configure it with a static IP in this state, it only cannot
get a dhcp lease. however, after i restart the service on the laptop,
everything works perfectly.

-- 
dhcp3-server fails to issue lease after computer has gone to sleep and woken 
back up
https://bugs.launchpad.net/bugs/242020
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 242020] [NEW] dhcp3-server fails to issue lease after computer has gone to sleep and woken back up

2008-06-21 Thread Soap Star Joe
Public bug reported:

Binary package hint: dhcp3-server

After I put my laptop to sleep and wake it back up, it fails to issue
dhcp leases until i restart dhcp3-server. Ubuntu version is 8.04,
dhcp3-server version is 3.0.6.dfsg-1ubuntu9.

** Affects: dhcp3 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
dhcp3-server fails to issue lease after computer has gone to sleep and woken 
back up
https://bugs.launchpad.net/bugs/242020
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 241500] [NEW] hugin doesn't sanitize its command line output

2008-06-19 Thread Soap Star Joe
Public bug reported:

Binary package hint: hugin

trying to stitch or use autopano on images with spaces in their file
path doesn't work. instead of finding control pts, it quickly closes the
dialogue without generating any and reports no overlaping regions found.
emblend runs for less than a second and fails to output a stitched
image. hugin needs to pass file names in quotes to panotools. ubuntu
version is 8.04 hardy. hugin version is 0.7~beta4-0ubuntu4

** Affects: hugin (Ubuntu)
 Importance: Undecided
 Status: New

-- 
hugin doesn't sanitize its command line output
https://bugs.launchpad.net/bugs/241500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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